This commit is contained in:
iFargle 2024-02-09 23:15:32 +09:00
parent 11684f8883
commit 127c6dec72

View file

@ -53,7 +53,7 @@
}; };
add-unstable-packages = final: _prev: { add-unstable-packages = final: _prev: {
unstable = import nixpkgs-unstable { unstable = import inputs.nixpkgs-unstable {
inherit system; inherit system;
config.allowUnfree = unfree; config.allowUnfree = unfree;
hostPlatform = system; hostPlatform = system;