fix for new nix?
This commit is contained in:
parent
c97aab68bf
commit
8573f02650
2 changed files with 6 additions and 2 deletions
|
@ -96,6 +96,9 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
config = {allowUnfree = true;};
|
config = {allowUnfree = true;};
|
||||||
};
|
};
|
||||||
|
nixpkgs-nixos-unstable = import nixpkgs-nixos-unstable {
|
||||||
|
inherit system;
|
||||||
|
};
|
||||||
nixpkgs-nixos-unstable-and-unfree = import nixpkgs-nixos-unstable {
|
nixpkgs-nixos-unstable-and-unfree = import nixpkgs-nixos-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
config = {allowUnfree = true;};
|
config = {allowUnfree = true;};
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
discord,
|
discord,
|
||||||
inputs,
|
inputs,
|
||||||
|
nixpkgs-nixos-unstable,
|
||||||
nixpkgs-nixos-stable-and-unfree,
|
nixpkgs-nixos-stable-and-unfree,
|
||||||
nixpkgs-nixos-unstable-and-unfree,
|
nixpkgs-nixos-unstable-and-unfree,
|
||||||
...
|
...
|
||||||
|
@ -85,8 +86,8 @@
|
||||||
yubikey-personalization
|
yubikey-personalization
|
||||||
yubikey-personalization-gui
|
yubikey-personalization-gui
|
||||||
])
|
])
|
||||||
++ (with pkgs.unstable; [gnucash kicad thunderbird])
|
++ (with nixpkgs-nixos-unstable; [gnucash kicad thunderbird])
|
||||||
++ (with nixpkgs-nixos-stable-and-unfree; [discord])
|
++ [nixpkgs-nixos-stable-and-unfree.discord]
|
||||||
++ (with nixpkgs-nixos-unstable-and-unfree; [hopper]);
|
++ (with nixpkgs-nixos-unstable-and-unfree; [hopper]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue