Added shell.nix to nixos config
This commit is contained in:
parent
07d19c4535
commit
e30e731d61
1 changed files with 8 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
pkgs.mkShell
|
||||
{
|
||||
nativeBuildInputs = with pkgs; [
|
||||
update-nix-fetchgit
|
||||
];
|
||||
}
|
Loading…
Add table
Reference in a new issue