move nix stuff to dir
This commit is contained in:
parent
9dcb016b71
commit
39db7ded7d
2 changed files with 0 additions and 0 deletions
6
nix/shell.nix
Normal file
6
nix/shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
with pkgs;
|
||||
{
|
||||
this = callPackage ./default.nix { };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue