mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 16:10:45 +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;
|
services.nix-daemon.enable = true;
|
||||||
nix.package = pkgs.nix;
|
nix.package = pkgs.nix;
|
||||||
|
|
||||||
|
nix.registry = {
|
||||||
|
n.flake = inputs.nixpkgs;
|
||||||
|
};
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
experimental-features = "nix-command flakes";
|
experimental-features = "nix-command flakes";
|
||||||
build-users-group = "nixbld";
|
build-users-group = "nixbld";
|
||||||
|
|
@ -29,12 +33,15 @@ in {
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [
|
overlays = [
|
||||||
inputs.nyoom.overlays.default
|
|
||||||
inputs.am.overlays.default
|
inputs.am.overlays.default
|
||||||
inputs.nish.overlays.default
|
inputs.nish.overlays.default
|
||||||
|
inputs.nrr.overlays.default
|
||||||
|
inputs.choirpack.overlays.default
|
||||||
|
inputs.nyoom.overlays.default
|
||||||
inputs.fh.overlays.default
|
inputs.fh.overlays.default
|
||||||
flakeOverlays.ryan-mono-bin
|
flakeOverlays.ryan-mono-bin
|
||||||
flakeOverlays.ibm-plex
|
flakeOverlays.ibm-plex
|
||||||
|
flakeOverlays.tokei
|
||||||
];
|
];
|
||||||
|
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue