|
|
@ -27,14 +27,6 @@ |
|
|
|
# patches = [ ./change-hello-to-hi.patch ]; |
|
|
|
# patches = [ ./change-hello-to-hi.patch ]; |
|
|
|
# }); |
|
|
|
# }); |
|
|
|
# }) |
|
|
|
# }) |
|
|
|
|
|
|
|
|
|
|
|
(final: prev: { |
|
|
|
|
|
|
|
ngspice = prev.ngspice.overrideAttrs (oldAttrs: { |
|
|
|
|
|
|
|
configureFlags = (oldAttrs.configureFlags or []) ++ [ |
|
|
|
|
|
|
|
"--with-ngshared" |
|
|
|
|
|
|
|
]; |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
]; |
|
|
|
]; |
|
|
|
# Configure your nixpkgs instance |
|
|
|
# Configure your nixpkgs instance |
|
|
|
config = { |
|
|
|
config = { |
|
|
@ -79,6 +71,7 @@ |
|
|
|
discord |
|
|
|
discord |
|
|
|
|
|
|
|
|
|
|
|
# Utils |
|
|
|
# Utils |
|
|
|
|
|
|
|
coreutils # *happy rms noises* |
|
|
|
stow |
|
|
|
stow |
|
|
|
curl |
|
|
|
curl |
|
|
|
wget |
|
|
|
wget |
|
|
@ -220,6 +213,7 @@ |
|
|
|
xpaste = "pbpaste"; |
|
|
|
xpaste = "pbpaste"; |
|
|
|
ccd = "echo $PWD | xcopy"; |
|
|
|
ccd = "echo $PWD | xcopy"; |
|
|
|
cr = "cd $(git rev-parse --show-toplevel)"; |
|
|
|
cr = "cd $(git rev-parse --show-toplevel)"; |
|
|
|
|
|
|
|
nd = "nix develop -c $SHELL"; |
|
|
|
}; |
|
|
|
}; |
|
|
|
# initExtra = '' |
|
|
|
# initExtra = '' |
|
|
|
# # Function to check if we're in a nix-shell |
|
|
|
# # Function to check if we're in a nix-shell |
|
|
|