update and replace nixd with nil
This commit is contained in:
parent
51c656a344
commit
6b7642dc76
5 changed files with 2 additions and 66 deletions
|
@ -10,7 +10,6 @@
|
|||
, agenix
|
||||
, devshell
|
||||
, helix
|
||||
, nixd
|
||||
, ...
|
||||
} @ inputs:
|
||||
(flake-utils.lib.eachDefaultSystem (system:
|
||||
|
@ -25,7 +24,6 @@
|
|||
overlays = [
|
||||
agenix.overlay
|
||||
devshell.overlays.default
|
||||
(final: prev: { nixd = nixd.packages.${system}.nixd; })
|
||||
];
|
||||
};
|
||||
extraModules = [ "${devshell}/extra/git/hooks.nix" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue