diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-12-22 00:18:30 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-12-22 00:18:30 +0100 |
commit | 891200d6d95bed5a81ba5ee865eb9cf85b39a895 (patch) | |
tree | d5a749557a61a7a5ed1efac427d428223548826a | |
parent | b693a79465360ca9258a27832e959e5bc43cccee (diff) | |
download | Nix-891200d6d95bed5a81ba5ee865eb9cf85b39a895.tar.gz Nix-891200d6d95bed5a81ba5ee865eb9cf85b39a895.tar.zst Nix-891200d6d95bed5a81ba5ee865eb9cf85b39a895.zip |
Add pass otp extension
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index ea71274..7bffebb 100644 --- a/default.nix +++ b/default.nix | |||
@@ -78,7 +78,7 @@ let | |||
78 | 78 | ||
79 | nixos = import ./nixos_tools.nix {}; | 79 | nixos = import ./nixos_tools.nix {}; |
80 | 80 | ||
81 | pass = nixpkgs.pass.overrideAttrs (oldAttrs: | 81 | pass = (nixpkgs.pass.withExtensions (exts: [ exts.pass-otp ])).overrideAttrs (oldAttrs: |
82 | fetchedGit ./fetched/pass.json // { | 82 | fetchedGit ./fetched/pass.json // { |
83 | patches = oldAttrs.patches ++ [ ./patches/pass-fix-pass-init.patch ]; | 83 | patches = oldAttrs.patches ++ [ ./patches/pass-fix-pass-init.patch ]; |
84 | } | 84 | } |