diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-08-30 23:14:00 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-09-30 00:42:52 +0200 |
commit | 1009efb436c36100bfcc5ad9597b106198fb6764 (patch) | |
tree | 316ec37ac861aa125845479091f85011210840f6 /overlays | |
parent | 56cfbfb0d8534122d1eaf45ef945d8010f831133 (diff) | |
download | Nix-1009efb436c36100bfcc5ad9597b106198fb6764.tar.gz Nix-1009efb436c36100bfcc5ad9597b106198fb6764.tar.zst Nix-1009efb436c36100bfcc5ad9597b106198fb6764.zip |
Remove libspf2 flake for stock one
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index b01dd81..1f1528c 100644 --- a/overlays/default.nix +++ b/overlays/default.nix | |||
@@ -2,7 +2,6 @@ let | |||
2 | flakeCompat = import ../lib/flake-compat.nix; | 2 | flakeCompat = import ../lib/flake-compat.nix; |
3 | flakes = builtins.foldl' (a: b: a // b) {} (map (n: (flakeCompat n).overlays) [ | 3 | flakes = builtins.foldl' (a: b: a // b) {} (map (n: (flakeCompat n).overlays) [ |
4 | ../flakes/backports | 4 | ../flakes/backports |
5 | ../flakes/libspf2 | ||
6 | ../flakes/openarc | 5 | ../flakes/openarc |
7 | ../flakes/opendmarc | 6 | ../flakes/opendmarc |
8 | ../flakes/peertube | 7 | ../flakes/peertube |