Add shell.nix
This commit is contained in:
parent
04ef7f0bb5
commit
939c10aacd
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> { } }:
|
||||||
|
|
||||||
|
with (import ./default.nix { inherit pkgs; });
|
||||||
|
pkgs.mkShell {
|
||||||
|
buildInputs = [
|
||||||
|
deploy
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue