|
2 | 2 | description = "KhaneliNix"; |
3 | 3 |
|
4 | 4 | inputs = { |
5 | | - # Core inputs |
| 5 | + # Core Nix ecosystem |
| 6 | + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; |
| 7 | + nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; |
| 8 | + nixpkgs-master.url = "github:NixOS/nixpkgs"; |
6 | 9 | flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"; |
7 | 10 | flake-parts = { |
8 | 11 | url = "github:hercules-ci/flake-parts"; |
9 | 12 | inputs.nixpkgs-lib.follows = "nixpkgs"; |
10 | 13 | }; |
11 | | - home-manager = { |
12 | | - url = "github:nix-community/home-manager"; |
13 | | - inputs.nixpkgs.follows = "nixpkgs-unstable"; |
14 | | - }; |
15 | | - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; |
16 | | - nixpkgs-master.url = "github:NixOS/nixpkgs"; |
17 | | - nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; |
18 | | - nix-darwin = { |
19 | | - # url = "github:nix-darwin/nix-darwin"; |
20 | | - url = "github:khaneliman/nix-darwin/copy"; |
21 | | - inputs.nixpkgs.follows = "nixpkgs-unstable"; |
22 | | - }; |
23 | 14 |
|
24 | | - # System inputs |
| 15 | + # System management |
25 | 16 | disko = { |
26 | 17 | url = "github:nix-community/disko/latest"; |
27 | 18 | inputs.nixpkgs.follows = "nixpkgs-unstable"; |
28 | 19 | }; |
| 20 | + home-manager = { |
| 21 | + url = "github:nix-community/home-manager"; |
| 22 | + inputs.nixpkgs.follows = "nixpkgs-unstable"; |
| 23 | + }; |
29 | 24 | lanzaboote = { |
30 | 25 | url = "github:nix-community/lanzaboote/v0.4.2"; |
31 | 26 | inputs = { |
32 | 27 | nixpkgs.follows = "nixpkgs"; |
33 | 28 | flake-compat.follows = ""; |
34 | 29 | }; |
35 | 30 | }; |
36 | | - sops-nix = { |
37 | | - url = "github:Mic92/sops-nix"; |
| 31 | + nix-darwin = { |
| 32 | + # url = "github:nix-darwin/nix-darwin"; |
| 33 | + url = "github:khaneliman/nix-darwin/copy"; |
| 34 | + inputs.nixpkgs.follows = "nixpkgs-unstable"; |
| 35 | + }; |
| 36 | + nix-rosetta-builder = { |
| 37 | + # url = "github:cpick/nix-rosetta-builder"; |
| 38 | + url = "github:khaneliman/nix-rosetta-builder/speedfactor"; |
38 | 39 | inputs.nixpkgs.follows = "nixpkgs-unstable"; |
39 | 40 | }; |
40 | 41 | nixos-wsl = { |
|
44 | 45 | flake-compat.follows = ""; |
45 | 46 | }; |
46 | 47 | }; |
| 48 | + sops-nix = { |
| 49 | + url = "github:Mic92/sops-nix"; |
| 50 | + inputs.nixpkgs.follows = "nixpkgs-unstable"; |
| 51 | + }; |
47 | 52 |
|
48 | | - # Applications |
| 53 | + # Applications & packages |
49 | 54 | anyrun-nixos-options.url = "github:n3oney/anyrun-nixos-options"; |
50 | 55 | catppuccin = { |
51 | 56 | url = "github:catppuccin/nix"; |
|
71 | 76 | nixpkgs.follows = "nixpkgs"; |
72 | 77 | }; |
73 | 78 | }; |
74 | | - nix-rosetta-builder = { |
75 | | - # url = "github:cpick/nix-rosetta-builder"; |
76 | | - url = "github:khaneliman/nix-rosetta-builder/speedfactor"; |
77 | | - inputs.nixpkgs.follows = "nixpkgs-unstable"; |
78 | | - }; |
79 | 79 | stylix = { |
80 | 80 | url = "github:danth/stylix"; |
81 | 81 | inputs = { |
|
0 commit comments