templates/unflake: add non-flake devshell
This commit is contained in:
parent
5d1990096e
commit
e9b67d1b11
2 changed files with 9 additions and 0 deletions
1
templates/unflake/.envrc
Normal file
1
templates/unflake/.envrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
use nix
|
8
templates/unflake/shell.nix
Normal file
8
templates/unflake/shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
let
|
||||||
|
pkgs = import <nixpkgs> { };
|
||||||
|
devshell = import <devshell> { };
|
||||||
|
in
|
||||||
|
|
||||||
|
devshell.mkShell {
|
||||||
|
packages = with pkgs; [ ];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue