Improve .t script
This commit is contained in:
parent
d173de93ba
commit
717d35f2b0
5 changed files with 37 additions and 17 deletions
5
.config/templates/nix/shell.nix
Normal file
5
.config/templates/nix/shell.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
with import <nixpkgs> {};
|
||||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue