diff options
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@  { pkgs ? import <nixpkgs> {} }:  pkgs.mkShell {    buildInputs = [ -    (import ./nix/pkglst/packages.nix { inherit pkgs; }) +    (import ./packages.nix { inherit pkgs; })    ];  } | 
