feat(devShells): move to separate directory
This commit is contained in:
parent
e061bf4db9
commit
10b3f3da0f
3 changed files with 8 additions and 4 deletions
17
shell.nix
17
shell.nix
|
@ -1,17 +0,0 @@
|
|||
# Shell for bootstrapping flake-enabled nix and other tooling
|
||||
# If pkgs is not defined, instanciate nixpkgs from locked commit
|
||||
{ pkgs ?
|
||||
(import ./nixpkgs.nix) { }
|
||||
, ...
|
||||
}: {
|
||||
default = pkgs.mkShell {
|
||||
NIX_CONFIG = ''
|
||||
extra-experimental-features = nix-command flakes repl-flake
|
||||
'';
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nix
|
||||
home-manager
|
||||
git
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue