aboutsummaryrefslogtreecommitdiff
path: root/overlays/pelican/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/pelican/default.nix')
-rw-r--r--overlays/pelican/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/overlays/pelican/default.nix b/overlays/pelican/default.nix
deleted file mode 100644
index 4f8aece..0000000
--- a/overlays/pelican/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
1self: super: {
2 pelican = with self.python3Packages;
3 pelican.overrideAttrs(old: {
4 propagatedBuildInputs = old.propagatedBuildInputs ++ [ pyyaml markdown ];
5 doInstallCheck = false;
6 });
7}