aboutsummaryrefslogtreecommitdiff
path: root/overlays
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
parentccda44f3d06002684668f98c3ea9ba43d967ab65 (diff)
downloadNix-9a45867fbe3fc0c777a92f19d953b831deaec09d.tar.gz
Nix-9a45867fbe3fc0c777a92f19d953b831deaec09d.tar.zst
Nix-9a45867fbe3fc0c777a92f19d953b831deaec09d.zip
Use niv for ldapvi
Diffstat (limited to 'overlays')
-rw-r--r--overlays/ldapvi/default.nix6
-rw-r--r--overlays/ldapvi/ldapvi.json14
2 files changed, 5 insertions, 15 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}
diff --git a/overlays/ldapvi/ldapvi.json b/overlays/ldapvi/ldapvi.json
deleted file mode 100644
index ceaff71..0000000
--- a/overlays/ldapvi/ldapvi.json
+++ /dev/null
@@ -1,14 +0,0 @@
1{
2 "tag": "f1d42ba-master",
3 "meta": {
4 "name": "ldapvi",
5 "url": "http://www.lichteblau.com/git/ldapvi.git",
6 "branch": "master"
7 },
8 "git": {
9 "url": "http://www.lichteblau.com/git/ldapvi.git",
10 "rev": "f1d42bad66cc4623d1ff21fbd5dddbf5009d3e40",
11 "sha256": "0c2h4b1spp9z6a16gy9azf0wyxq397yy7001x1zlvc7c60q11wry",
12 "fetchSubmodules": true
13 }
14}