feat: add nix flake
This commit is contained in:
parent
e56caff408
commit
2d11922807
5 changed files with 94 additions and 0 deletions
5
devshell.nix
Normal file
5
devshell.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [ ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue