diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-05-08 00:43:13 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-05-08 00:43:13 +0200 |
commit | f5761aac8dbfb4af91c232f2b52d1353c899abda (patch) | |
tree | de7b4dea5c75b5c34943e2b75980c7bf040676df /overlays/sympa | |
parent | dcac3ec730176549cd52a9a42db2001dc652c30d (diff) | |
download | Nix-f5761aac8dbfb4af91c232f2b52d1353c899abda.tar.gz Nix-f5761aac8dbfb4af91c232f2b52d1353c899abda.tar.zst Nix-f5761aac8dbfb4af91c232f2b52d1353c899abda.zip |
Upgrade to latest nixos
Diffstat (limited to 'overlays/sympa')
-rw-r--r-- | overlays/sympa/default.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/overlays/sympa/default.nix b/overlays/sympa/default.nix deleted file mode 100644 index 9337298..0000000 --- a/overlays/sympa/default.nix +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | self: super: { | ||
2 | sympa = super.sympa.overrideAttrs(old: { | ||
3 | # https://github.com/NixOS/nixpkgs/pull/83258/files | ||
4 | src = self.fetchFromGitHub { | ||
5 | owner = "sympa-community"; | ||
6 | repo = "sympa"; | ||
7 | rev = "6.2.54"; | ||
8 | sha256 = "07wfvr8rrg7pwkl2zglrdri7n42rl9gwrjbaffb8m37wq67s7fca"; | ||
9 | }; | ||
10 | #configureFlags = ["--enable-fhs"] ++ old.configureFlags; | ||
11 | }); | ||
12 | } | ||