dconf2nix: init at 0.5.0

This commit is contained in:
Gabriel Volpe
2020-08-07 22:08:37 +02:00
parent 04989d7f8b
commit b987a31379
5 changed files with 83 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ self: super: {
multi-ghc-travis = throw ("haskellPackages.multi-ghc-travis has been renamed"
+ " to haskell-ci, which is now on hackage");
dconf2nix = self.callPackage ../tools/haskell/dconf2nix/dconf2nix.nix { };
# https://github.com/channable/vaultenv/issues/1
vaultenv = self.callPackage ../tools/haskell/vaultenv { };