mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-15 18:11:38 +01:00
chore: change name to ReSet to avoid conflicts
This commit is contained in:
parent
8ddaea9a7d
commit
b7151f1feb
6 changed files with 21 additions and 19 deletions
|
|
@ -47,15 +47,15 @@
|
|||
lockFile = ./Cargo.lock;
|
||||
in
|
||||
rec {
|
||||
reset = pkgs.callPackage ./nix/default.nix { inherit inputs lockFile; };
|
||||
default = reset;
|
||||
ReSet = pkgs.callPackage ./nix/default.nix { inherit inputs lockFile; };
|
||||
default = ReSet;
|
||||
};
|
||||
};
|
||||
flake = _: rec {
|
||||
nixosModules.home-manager = homeManagerModules.default;
|
||||
homeManagerModules = rec {
|
||||
reset = import ./nix/hm.nix inputs.self;
|
||||
default = reset;
|
||||
ReSet = import ./nix/hm.nix inputs.self;
|
||||
default = ReSet;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue