Browse Source

Un rec-ify derivation

Samuel W. Flint 3 years ago
parent
commit
d57811cbe6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      default.nix

+ 1 - 1
default.nix

@@ -12,7 +12,7 @@ let
   gitignoreSource = pkgs.nix-gitignore.gitignoreFilterSourcePure (_: _: true);
 
 in
-pkgs.stdenv.mkDerivation rec {
+pkgs.stdenv.mkDerivation {
 
   name = "document";