Let's try this instead?
This commit is contained in:
parent
6af0025744
commit
eda72f9018
|
@ -16,12 +16,11 @@
|
||||||
# });
|
# });
|
||||||
};
|
};
|
||||||
|
|
||||||
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
# When applied, the stable nixpkgs set (declared in the flake inputs) will
|
||||||
# be accessible through 'pkgs.unstable'
|
# be accessible through 'pkgs.stable'
|
||||||
stable-packages = final: _prev: {
|
pkg-sets = (
|
||||||
stable = import inputs.nixpkgs-stable {
|
final: prev: {
|
||||||
system = final.system;
|
stable = import inputs.nixos-stable {system = final.system;};
|
||||||
config.allowUnfree = true;
|
}
|
||||||
};
|
);
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue