Skip to content

Commit ecc1403

Browse files
committed
chore(flake/inputs): comment on some
1 parent 07e9c34 commit ecc1403

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

flake.nix

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@
99
inputs.nixpkgs.follows = "nixpkgs";
1010
};
1111

12+
# Supercharged dotfiles :)
1213
home-manager = {
1314
url = "github:nix-community/home-manager";
1415
inputs.nixpkgs.follows = "nixpkgs";
1516
};
1617

17-
generators.url = "github:nix-community/nixos-generators";
18-
generators.inputs.nixpkgs.follows = "nixpkgs";
19-
18+
# Useful module for color management
2019
nix-colors.url = "github:Misterio77/nix-colors";
2120

21+
# Nix-friendly neovim
2222
nixvim.url = "github:nix-community/nixvim";
2323

24+
# Somewhat-deterministic REAPER configs
2425
reanix = {
2526
url = "github:mrtnvgr/reanix";
2627
inputs.nixpkgs.follows = "nixpkgs";
@@ -47,7 +48,10 @@
4748
catppuccin-renoise.url = "github:catppuccin/renoise";
4849
catppuccin-renoise.flake = false;
4950

50-
bandithedoge-pkgs.url = "github:bandithedoge:nur-packages";
51+
# Automatic ISOs CI
52+
generators.url = "github:nix-community/nixos-generators";
53+
generators.inputs.nixpkgs.follows = "nixpkgs";
54+
5155
bandithedoge-pkgs.url = "github:bandithedoge/nur-packages";
5256
};
5357

0 commit comments

Comments
 (0)