Add shell.nix file-template
This commit is contained in:
parent
d45b9348c0
commit
5662b2c4b3
2 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
${0:`%`}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue