chore: refactor stuff in exprs

This commit is contained in:
uku 2024-08-11 10:47:43 +02:00
parent e575eb17d8
commit 4d2d8ab852
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 7 additions and 15 deletions

View file

@ -90,10 +90,10 @@ in {
};
registry = let
nixpkgsRegistry.flake = nixpkgs;
n.flake = nixpkgs;
in {
nixpkgs = nixpkgsRegistry;
n = nixpkgsRegistry;
inherit n;
nixpkgs = n;
};
settings = {