diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-16 17:14:30 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-16 17:14:30 +0200 |
commit | 4fc8799d38226363522e5711a645bfaea2b304ff (patch) | |
tree | 63d56eab66512c63e42929b90655b4b04ecc6d4f /flake.nix | |
parent | Enable direnv and install hls (diff) | |
download | sky-info-4fc8799d38226363522e5711a645bfaea2b304ff.tar.gz sky-info-4fc8799d38226363522e5711a645bfaea2b304ff.tar.bz2 sky-info-4fc8799d38226363522e5711a645bfaea2b304ff.zip |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index eb7865c..e850304 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ (system: let pkgs = nixpkgs.legacyPackages.${system}; in { - devShells.default = import ./shell.nix { inherit pkgs; }; + devShells.default = import ./shell.nix { nixpkgs = pkgs; }; } ); |