We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d194b commit 1d261ceCopy full SHA for 1d261ce
flake.nix
@@ -119,7 +119,6 @@
119
ignoreCollisions = true;
120
};
121
waypipe = overrideWaypipe pkgs;
122
- alioth = pkgs.callPackage ./pkgs/alioth.nix {};
123
} //
124
# wrap self.nixosConfigurations in executable packages
125
builtins.foldl' (result: systemName:
@@ -150,7 +149,6 @@
150
149
overlay = final: prev: {
151
cloud-hypervisor-graphics = prev.callPackage (spectrum + "/pkgs/cloud-hypervisor") {};
152
waypipe = overrideWaypipe prev;
153
- alioth = prev.callPackage ./pkgs/alioth.nix {};
154
155
overlays.default = self.overlay;
156
pkgs/alioth.nix
0 commit comments