Skip to content

Commit

Permalink
flake: add temp fix for broken PAM in unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Jan 31, 2022
1 parent 5f84542 commit d5813bf
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
17 changes: 17 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
ref = "nixos-unstable-small";
};

nixpkgs-fixed-pam = {
type = "github";
owner = "NixOS";
repo = "nixpkgs";
rev = "ffdadd3ef9167657657d60daf3fe0f1b3176402d";
};

agenix = {
type = "github";
owner = "ryantm";
Expand Down Expand Up @@ -81,6 +88,9 @@
config.allowUnfree = true;
};

i3lock-color = super.i3lock-color.override {
pam = (import inputs.nixpkgs-fixed-pam { inherit system; }).pam;
};
})

agenix.overlay
Expand Down

0 comments on commit d5813bf

Please sign in to comment.