File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 inputs = {
3+ nixpkgs . url = "github:NixOS/nixpkgs/nixos-unstable" ;
4+ nixpkgs-stable . url = "github:nixos/nixpkgs/nixos-24.05" ;
5+
6+ # General
37 systems = {
48 url = "path:./flake.systems.nix" ;
59 flake = false ;
812 url = "github:numtide/flake-utils" ;
913 inputs . systems . follows = "systems" ;
1014 } ;
11- nixpkgs . url = "github:NixOS/nixpkgs/nixos-unstable" ;
12- nixpkgs-stable . url = "github:nixos/nixpkgs/nixos-24.05" ;
1315 agenix = {
1416 url = "github:ryantm/agenix" ;
1517 inputs . darwin . follows = "nix-darwin" ;
2123 url = "github:nix-community/home-manager" ;
2224 inputs . nixpkgs . follows = "nixpkgs" ;
2325 } ;
26+
27+ # Linux
28+ disko = {
29+ url = "github:nix-community/disko" ;
30+ inputs . nixpkgs . follows = "nixpkgs" ;
31+ } ;
32+
33+ # macOS
2434 nix-darwin = {
2535 url = "github:LnL7/nix-darwin" ;
2636 inputs . nixpkgs . follows = "nixpkgs" ;
4656 inputs . flake-utils . follows = "flake-utils" ;
4757 inputs . systems . follows = "systems" ;
4858 } ;
59+
60+ # Packages
4961 profile = {
5062 url = "github:stackptr/profile" ;
5163 inputs . nixpkgs . follows = "nixpkgs" ;
5264 inputs . flake-utils . follows = "flake-utils" ;
5365 } ;
54- disko = {
55- url = "github:nix-community/disko" ;
56- inputs . nixpkgs . follows = "nixpkgs" ;
57- } ;
5866 } ;
5967
6068 outputs = inputs @ {
You can’t perform that action at this time.
0 commit comments