remove nixpkgs master

This commit is contained in:
41666 2024-03-23 19:02:43 -04:00
parent 69a56db22a
commit 4ec6af5aa7
7 changed files with 44 additions and 130 deletions

View file

@ -30,9 +30,9 @@
config.allowUnfree = true;
};
master = import inputs.nixpkgs-unstable {
system = final.system;
config.allowUnfree = true;
};
# master = import inputs.nixpkgs-unstable {
# system = final.system;
# config.allowUnfree = true;
# };
};
}