diff options
Diffstat (limited to 'users/grfn/achilles/shell.nix')
-rw-r--r-- | users/grfn/achilles/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/achilles/shell.nix b/users/grfn/achilles/shell.nix index f32dce3ba39d..1434cf8a32c2 100644 --- a/users/grfn/achilles/shell.nix +++ b/users/grfn/achilles/shell.nix @@ -1,4 +1,4 @@ -with (import ../../.. {}).third_party.nixpkgs; +with (import ../../.. { }).third_party.nixpkgs; mkShell { buildInputs = [ |