Add shell.nix
This commit is contained in:
parent
7fee6644f7
commit
219932b3a2
13
shell.nix
Normal file
13
shell.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
stow
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
stow .
|
||||
'';
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user