flake: add temp fix for broken PAM in unstable
See NixOS/nixpkgs#157112
This commit is contained in:
parent
5f8454285e
commit
d5813bfdb6
2 changed files with 27 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -15,6 +15,13 @@
|
|||
ref = "nixos-unstable-small";
|
||||
};
|
||||
|
||||
nixpkgs-fixed-pam = {
|
||||
type = "github";
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
rev = "ffdadd3ef9167657657d60daf3fe0f1b3176402d";
|
||||
};
|
||||
|
||||
agenix = {
|
||||
type = "github";
|
||||
owner = "ryantm";
|
||||
|
|
@ -81,6 +88,9 @@
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
i3lock-color = super.i3lock-color.override {
|
||||
pam = (import inputs.nixpkgs-fixed-pam { inherit system; }).pam;
|
||||
};
|
||||
})
|
||||
|
||||
agenix.overlay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue