diff options
Diffstat (limited to 'nix/default.nix')
| -rw-r--r-- | nix/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/default.nix b/nix/default.nix index 9f2e4af..0f2675a 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -124,8 +124,6 @@ in dontStrip = debug; prePatch = '' - substituteInPlace assets/pam.d/fprint \ - --replace-fail pam_fprintd.so /run/current-system/sw/lib/security/pam_fprintd.so substituteInPlace shell.qml \ --replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false' ''; |