harpoon
This commit is contained in:
@@ -5,15 +5,6 @@
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
overlays = let
|
||||
path = ../overlays;
|
||||
in
|
||||
with builtins;
|
||||
map (n: import (path + ("/" + n))) (
|
||||
filter (n: match ".*\\.nix" n != null || pathExists (path + ("/" + n + "/default.nix"))) (
|
||||
attrNames (readDir path)
|
||||
)
|
||||
);
|
||||
};
|
||||
|
||||
nix = {
|
||||
|
||||
Reference in New Issue
Block a user