forked from colonelpanic/dotfiles
[NixOS] Disable nix overlay
This commit is contained in:
@@ -10,5 +10,3 @@ function split_by_char {
|
|||||||
}
|
}
|
||||||
|
|
||||||
split_by_char "$@"
|
split_by_char "$@"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -59,10 +59,6 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
|
||||||
url = "github:IvanMalison/nix/my2.15.1";
|
|
||||||
};
|
|
||||||
|
|
||||||
flake-utils = {
|
flake-utils = {
|
||||||
url = "github:numtide/flake-utils";
|
url = "github:numtide/flake-utils";
|
||||||
inputs.systems.follows = "systems";
|
inputs.systems.follows = "systems";
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
options = {
|
options = {
|
||||||
imalison.nixOverlay.enable = lib.mkOption {
|
imalison.nixOverlay.enable = lib.mkOption {
|
||||||
default = true;
|
default = false;
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user