Skip to content

Commit bbf7a73

Browse files
committed
Reorganization
1 parent 56ca8d2 commit bbf7a73

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

flake.nix

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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;
@@ -8,8 +12,6 @@
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";
@@ -21,6 +23,14 @@
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";
@@ -46,15 +56,13 @@
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 @ {

0 commit comments

Comments
 (0)