flake.nix: overlay unstable gitoxide
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
self.overlays.pcloud
|
||||
self.overlays.unstableLinuxPackages
|
||||
self.overlays.waylandImeIntegration
|
||||
self.overlays.gitoxide
|
||||
|
||||
minecraft.overlays.default
|
||||
osuchan.overlays.default
|
||||
@@ -129,6 +130,10 @@
|
||||
pkgs = nonrecursive-unstable-pkgs;
|
||||
};
|
||||
|
||||
gitoxide = _: _: {
|
||||
gitoxide = nonrecursive-unstable-pkgs.gitoxide;
|
||||
};
|
||||
|
||||
unstableLinuxPackages = _: _: {
|
||||
linuxPackages_latest = nonrecursive-unstable-pkgs.linuxPackages_latest;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user