idek lots

This commit is contained in:
atagen 2024-06-14 14:55:55 +10:00
parent 0c25328d6f
commit 4031a614a8
9 changed files with 139 additions and 122 deletions

View file

@ -1,15 +1,14 @@
{inputs, ...}: {
{...}: {
additions = final: _prev: import ../.old/pkgs {pkgs = final;};
pkg-sets = final: prev: {
unstable = import inputs.nixpkgs {
system = final.system;
config.allowUnfree = true;
};
stable = import inputs.nixpkgs-stable {
system = final.system;
config.allowUnfree = true;
};
};
rice = import ./rice.nix;
# pkg-sets = final: prev: {
# unstable = import inputs.nixpkgs {
# system = final.system;
# config.allowUnfree = true;
# };
# stable = import inputs.nixpkgs-stable {
# system = final.system;
# config.allowUnfree = true;
# };
# };
}