]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - overlays/pass/default.nix
Add config for CI
[perso/Immae/Config/Nix.git] / overlays / pass / default.nix
index 262492f51cae0b2dc531297c83c4e60088d3ecc4..ad8facd61e02a422122392cef0624aa3efb70ee4 100644 (file)
@@ -1,8 +1,5 @@
 self: super: {
-  pass = super.pass.overrideAttrs (old:
-    self.mylibs.fetchedGit ./pass.json // {
-      patches = old.patches ++ [ ./pass-fix-pass-init.patch ];
-    }
-  );
-
+  pass = super.pass.overrideAttrs (old: rec {
+    patches = old.patches ++ [ ./pass-fix-pass-init.patch ];
+  });
 }