fix up the overlay, again

This commit is contained in:
colin 2022-10-11 03:03:20 -07:00
parent 994607578a
commit 7b526e62f2
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@
outputs = { self, nixpkgs, flake-utils }: outputs = { self, nixpkgs, flake-utils }:
{ {
overlay = final: prev: { overlay = final: prev: import ./default.nix { pkgs = prev; };
uninsane = import ./default.nix { pkgs = prev; };
};
} // } //
( (
with flake-utils.lib; eachSystem allSystems (system: with flake-utils.lib; eachSystem allSystems (system: