diff --git a/flake.nix b/flake.nix index 9769c61..d1f2955 100644 --- a/flake.nix +++ b/flake.nix @@ -24,13 +24,14 @@ # inherit codedown; # For testing out the nixpkgs overlay - # environmentUsingNixpkgsOverlay = (import nixpkgs { + # environmentUsingNixpkgsOverlay = ((import nixpkgs { # inherit system; # overlays = [(pkgsStable.callPackage ./nix/nixpkgs-overlay.nix {})]; # }).makeEnvironment { # su.enable = true; # # su.outputs = ["out" "baz"]; - # }; + # # _module.check = false; + # }); searcher = codedown.searcher pkgsStable;