We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88870b8 commit a7754d0Copy full SHA for a7754d0
default.nix
@@ -1,4 +1,4 @@
1
-{stdenv}:
+{ stdenv }:
2
3
stdenv.mkDerivation rec {
4
name = "petool";
result
@@ -0,0 +1 @@
+/nix/store/jrsj3xp77qigpjak2k1nnfk5c8w09svh-petool
shell.nix
@@ -1 +1 @@
-(import <nixpkgs> {}).callPackage (import ./default.nix) {}
+(import <nixpkgs> {}).callPackage ./. {}
0 commit comments