aboutsummaryrefslogtreecommitdiff
path: root/overlays/ldapvi/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-30 23:20:50 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-30 23:20:50 +0200
commit9a45867fbe3fc0c777a92f19d953b831deaec09d (patch)
tree135da43a647d92937356fe189e38d1840c334f12 /overlays/ldapvi/default.nix
parentccda44f3d06002684668f98c3ea9ba43d967ab65 (diff)
downloadNix-9a45867fbe3fc0c777a92f19d953b831deaec09d.tar.gz
Nix-9a45867fbe3fc0c777a92f19d953b831deaec09d.tar.zst
Nix-9a45867fbe3fc0c777a92f19d953b831deaec09d.zip
Use niv for ldapvi
Diffstat (limited to 'overlays/ldapvi/default.nix')
-rw-r--r--overlays/ldapvi/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/overlays/ldapvi/default.nix b/overlays/ldapvi/default.nix
index 030e676..58cd4ed 100644
--- a/overlays/ldapvi/default.nix
+++ b/overlays/ldapvi/default.nix
@@ -1,3 +1,7 @@
1self: super: { 1self: super: {
2 ldapvi = super.ldapvi.overrideAttrs (old: self.mylibs.fetchedGit ./ldapvi.json); 2 ldapvi = super.ldapvi.overrideAttrs (old: rec {
3 name = "ldapvi-${version}";
4 version = "${builtins.substring 0 7 self.sources.ldapvi.rev}-${self.sources.ldapvi.ref}";
5 src = self.sources.ldapvi;
6 });
3} 7}