mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(nix): add n to registry
This commit is contained in:
parent
6e3d8b2a9f
commit
146f0656fa
1 changed files with 8 additions and 1 deletions
|
|
@ -8,6 +8,10 @@ in {
|
|||
services.nix-daemon.enable = true;
|
||||
nix.package = pkgs.nix;
|
||||
|
||||
nix.registry = {
|
||||
n.flake = inputs.nixpkgs;
|
||||
};
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = "nix-command flakes";
|
||||
build-users-group = "nixbld";
|
||||
|
|
@ -29,12 +33,15 @@ in {
|
|||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
inputs.nyoom.overlays.default
|
||||
inputs.am.overlays.default
|
||||
inputs.nish.overlays.default
|
||||
inputs.nrr.overlays.default
|
||||
inputs.choirpack.overlays.default
|
||||
inputs.nyoom.overlays.default
|
||||
inputs.fh.overlays.default
|
||||
flakeOverlays.ryan-mono-bin
|
||||
flakeOverlays.ibm-plex
|
||||
flakeOverlays.tokei
|
||||
];
|
||||
|
||||
config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue