Merge pull request #137309 from colemickens/master

nix-direnv-flakes: add alias to flake-enabled nix-direnv
This commit is contained in:
Sandro 2021-09-11 13:25:35 +02:00 committed by GitHub
commit 201d7f6aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3172,6 +3172,7 @@ with pkgs;
nfstrace = callPackage ../tools/networking/nfstrace { }; nfstrace = callPackage ../tools/networking/nfstrace { };
nix-direnv = callPackage ../tools/misc/nix-direnv { }; nix-direnv = callPackage ../tools/misc/nix-direnv { };
nix-direnv-flakes = callPackage ../tools/misc/nix-direnv { enableFlakes = true; };
nix-output-monitor = haskell.lib.justStaticExecutables (haskellPackages.nix-output-monitor); nix-output-monitor = haskell.lib.justStaticExecutables (haskellPackages.nix-output-monitor);