Fix package
This commit is contained in:
parent
cb85ed0059
commit
c77ffc0488
2 changed files with 9 additions and 3 deletions
6
shell.nix
Normal file
6
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