summaryrefslogtreecommitdiff
path: root/custom/luaPam.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-01-06 17:13:17 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-01-06 17:13:17 +0100
commitf1a4f1992d4d456b9dd88803145709405d16c382 (patch)
tree85cef1bae8cb97ef7bc28709c8abf045ca3e644f /custom/luaPam.nix
parentd6d7146227a8acaf0c32bfc59fb0d0d958090475 (diff)
downloadnixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar
nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar.gz
nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar.bz2
nixos-f1a4f1992d4d456b9dd88803145709405d16c382.tar.xz
nixos-f1a4f1992d4d456b9dd88803145709405d16c382.zip
...
Diffstat (limited to 'custom/luaPam.nix')
-rw-r--r--custom/luaPam.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/luaPam.nix b/custom/luaPam.nix
index 0072d70c..d3727e2f 100644
--- a/custom/luaPam.nix
+++ b/custom/luaPam.nix
@@ -4,8 +4,8 @@
4}: 4}:
5 5
6let 6let
7 lua = pkgs.lua51Packages.lua; 7 lua = pkgs.lua52Packages.lua;
8in pkgs.lua51Packages.buildLuaPackage { 8in pkgs.lua52Packages.buildLuaPackage {
9 name = "lua-pam"; 9 name = "lua-pam";
10 buildInputs = (with pkgs; [ pam ]); 10 buildInputs = (with pkgs; [ pam ]);
11 src = fetchgit { 11 src = fetchgit {