Tighten up evaluation

No need to bring along the unstable when I ended up never using it.
Also, clean up some extra cruft in the tmux configuration
This commit is contained in:
Greg Hellings
2024-08-15 22:55:56 -05:00
parent e275da94c4
commit a139415fc9
4 changed files with 1 additions and 5 deletions
-1
View File
@@ -50,7 +50,6 @@
...}@inputs:
let
pkg-sets = final: prev: {
unstable = import inputs.nixunstable { system = final.system; inherit overlays; };
nix23_05 = import inputs.nix23_05 { system = final.system; inherit overlays; };
};
local_overlay = import ./overlays;