Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 23, 2024
1 parent acae6e8 commit 4f7abb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4f7abb6

Please sign in to comment.