feat: switch to camasca
This commit is contained in:
parent
ffd73d8e6a
commit
bf806a2e63
12 changed files with 46 additions and 279 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgs,
|
||||
config,
|
||||
_utils,
|
||||
self,
|
||||
camasca,
|
||||
nixpkgs,
|
||||
agenix,
|
||||
home-manager,
|
||||
|
@ -98,12 +98,10 @@ in {
|
|||
options = "-d";
|
||||
};
|
||||
|
||||
registry = let
|
||||
registry = {
|
||||
n.flake = nixpkgs;
|
||||
in {
|
||||
inherit n;
|
||||
nixpkgs = n;
|
||||
u.flake = self;
|
||||
nixpkgs.flake = nixpkgs;
|
||||
u.flake = camasca;
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue