Update nixpkgs and friends
This commit is contained in:
parent
b67684750a
commit
fb77961052
4 changed files with 45 additions and 29 deletions
|
@ -67,7 +67,7 @@
|
|||
lib = nixpkgs.lib;
|
||||
|
||||
applyOverlays = { ... }: {
|
||||
nixpkgs.overlays = lib.mkBefore overlays;
|
||||
nixpkgs.overlays = lib.mkAfter overlays;
|
||||
};
|
||||
|
||||
nixpkgsAsRegistry_ = stable: { lib, ... }: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue