overlays: remove 'nix-serve-ng-initLibStore'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
0bc31619c8
commit
b6ccc7a18d
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
nix-serve-ng-initLibStore = import ./nix-serve-ng-initLibStore;
|
# No overlays
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
final: prev:
|
|
||||||
{
|
|
||||||
nix-serve-ng = prev.nix-serve-ng.overrideAttrs (_: {
|
|
||||||
src = final.fetchFromGitHub {
|
|
||||||
owner = "aristanetworks";
|
|
||||||
repo = "nix-serve-ng";
|
|
||||||
rev = "dabf46d65d8e3be80fa2eacd229eb3e621add4bd";
|
|
||||||
hash = "sha256-SoJJ3rMtDMfUzBSzuGMY538HDIj/s8bPf8CjIkpqY2w=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Reference in a new issue