Remove unnecessary neovim installation from server
This commit is contained in:
parent
0f02a1944b
commit
ee9b48c5b1
2 changed files with 2 additions and 3 deletions
|
|
@ -72,7 +72,7 @@
|
|||
nixosConfigurations = (dashielib.build_systems [ "marmo" "overheating" "spaceship" ]) // {
|
||||
server = inputs.stable.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs; pkgs' = stable;
|
||||
inherit inputs; pkgs = stable;
|
||||
};
|
||||
modules = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue