chore: refactor stuff in exprs
This commit is contained in:
parent
e575eb17d8
commit
4d2d8ab852
4 changed files with 7 additions and 15 deletions
|
@ -90,10 +90,10 @@ in {
|
|||
};
|
||||
|
||||
registry = let
|
||||
nixpkgsRegistry.flake = nixpkgs;
|
||||
n.flake = nixpkgs;
|
||||
in {
|
||||
nixpkgs = nixpkgsRegistry;
|
||||
n = nixpkgsRegistry;
|
||||
inherit n;
|
||||
nixpkgs = n;
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue