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