init
This commit is contained in:
commit
40c4e7fe5b
2 changed files with 68 additions and 0 deletions
7
flake.nix
Normal file
7
flake.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
outputs =
|
||||
{ self }:
|
||||
{
|
||||
mkShell = { pkgs, ... }@vars: import ./default.nix vars;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue