diff options
| author | seth <[email protected]> | 2024-05-23 06:01:57 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-23 04:14:04 -0600 |
| commit | 5400199c922c3908c3282348b75c2bb1146d923a (patch) | |
| tree | 0ec889d08e2691733df13ba8b66154c503566d2b /parts | |
| parent | 573c04045c247791523062205dcc76b5cf69066c (diff) | |
simplify flake module
Diffstat (limited to 'parts')
| -rw-r--r-- | parts/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/shell.nix b/parts/shell.nix index ada1ecf..aa24e33 100644 --- a/parts/shell.nix +++ b/parts/shell.nix @@ -25,7 +25,7 @@ pkgs.just self'.packages.opentofu ] - ++ lib.optional pkgs.stdenv.isDarwin [inputs'.darwin.packages.darwin-rebuild] + ++ lib.optional pkgs.stdenv.isDarwin [inputs'.nix-darwin.packages.darwin-rebuild] ++ lib.optionals pkgs.stdenv.isLinux [pkgs.nixos-rebuild inputs'.agenix.packages.agenix]; }; }; |
