refactor: fix shell.nix interface
This commit is contained in:
parent
1e7ccb7acf
commit
2225d6a02c
8 changed files with 24 additions and 18 deletions
|
|
@ -17,7 +17,7 @@
|
|||
devShells = eachSystem (system:
|
||||
let pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
default = pkgs.callPackage ./shell.nix {};
|
||||
default = import ./shell.nix { inherit pkgs; };
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue