Merge pull request #49290 from krebs/nix-writers

get nix-writers into nixpkgs
This commit is contained in:
Jörg Thalheim
2018-11-27 07:17:03 +00:00
committed by GitHub
4 changed files with 392 additions and 0 deletions
+2
View File
@@ -33,4 +33,6 @@ with pkgs;
nixos-functions = callPackage ./nixos-functions {};
patch-shebangs = callPackage ./patch-shebangs {};
writers = callPackage ../build-support/writers/test.nix {};
}