global/nix: rename self to universe in registry
This commit is contained in:
parent
fcbdcce7fa
commit
3ccf76d134
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ with lib;
|
|||
let
|
||||
flakes = filterAttrs (n: v: v ? outputs) inputs;
|
||||
in
|
||||
(builtins.mapAttrs (_n: v: { flake = v; }) flakes)
|
||||
(mapAttrs' (n: v: { name = if n == "self" then "universe" else n; value = { flake = v; }; }) flakes)
|
||||
// {
|
||||
nixpkgs-git = {
|
||||
exact = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue