Skip to content

Commit 1d261ce

Browse files
committed
pkgs/alioth: remove in favor of upstream nixpkgs package
1 parent 46d194b commit 1d261ce

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
ignoreCollisions = true;
120120
};
121121
waypipe = overrideWaypipe pkgs;
122-
alioth = pkgs.callPackage ./pkgs/alioth.nix {};
123122
} //
124123
# wrap self.nixosConfigurations in executable packages
125124
builtins.foldl' (result: systemName:
@@ -150,7 +149,6 @@
150149
overlay = final: prev: {
151150
cloud-hypervisor-graphics = prev.callPackage (spectrum + "/pkgs/cloud-hypervisor") {};
152151
waypipe = overrideWaypipe prev;
153-
alioth = prev.callPackage ./pkgs/alioth.nix {};
154152
};
155153
overlays.default = self.overlay;
156154

pkgs/alioth.nix

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)