master
Elias Almqvist 4 months ago
parent 27aa417383
commit d371d7ee5e
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 11
      nix-darwin/home.nix

@ -27,6 +27,14 @@
# 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 = {
@ -82,6 +90,9 @@
ripgrep ripgrep
sshfs sshfs
# Simulators
ngspice
# Cringe # Cringe
pfetch pfetch
neofetch neofetch

Loading…
Cancel
Save