summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock50
-rw-r--r--flake.nix4
2 files changed, 15 insertions, 39 deletions
diff --git a/flake.lock b/flake.lock
index 2c19305..fa77ecd 100644
--- a/flake.lock
+++ b/flake.lock
@@ -263,7 +263,7 @@
},
"flake-utils": {
"inputs": {
- "systems": "systems_2"
+ "systems": "systems"
},
"locked": {
"lastModified": 1710146030,
@@ -296,7 +296,7 @@
},
"flake-utils_3": {
"inputs": {
- "systems": "systems_4"
+ "systems": "systems_2"
},
"locked": {
"lastModified": 1685518550,
@@ -413,7 +413,9 @@
"nixpkgs": [
"nixpkgs"
],
- "systems": "systems",
+ "systems": [
+ "systems"
+ ],
"xdph": "xdph"
},
"locked": {
@@ -443,8 +445,6 @@
"nixpkgs"
],
"systems": [
- "hyprland-plugins",
- "hyprland",
"systems"
]
},
@@ -915,7 +915,9 @@
],
"process-compose-flake": "process-compose-flake",
"rust-flake": "rust-flake",
- "systems": "systems_3",
+ "systems": [
+ "systems"
+ ],
"treefmt-nix": "treefmt-nix"
},
"locked": {
@@ -1043,7 +1045,7 @@
"pia": "pia",
"pre-commit-hooks": "pre-commit-hooks_2",
"spicetify-nix": "spicetify-nix",
- "systems": "systems_5"
+ "systems": "systems_3"
}
},
"rust-analyzer-src": {
@@ -1126,36 +1128,6 @@
},
"systems": {
"locked": {
- "lastModified": 1689347949,
- "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",
- "owner": "nix-systems",
- "repo": "default-linux",
- "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default-linux",
- "type": "github"
- }
- },
- "systems_2": {
- "locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
- "owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default",
- "type": "github"
- }
- },
- "systems_3": {
- "locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
@@ -1169,7 +1141,7 @@
"type": "github"
}
},
- "systems_4": {
+ "systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
@@ -1184,7 +1156,7 @@
"type": "github"
}
},
- "systems_5": {
+ "systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
diff --git a/flake.nix b/flake.nix
index 00e1ea0..8ee4543 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,6 +8,7 @@
omnix = {
url = "github:juspay/omnix";
inputs.nixpkgs.follows = "nixpkgs";
+ inputs.systems.follows = "systems";
};
spicetify-nix = {
@@ -40,6 +41,7 @@
url = "https://github.com/hyprwm/Hyprland";
submodules = true;
inputs.nixpkgs.follows = "nixpkgs";
+ inputs.systems.follows = "systems";
};
home-manager = {
@@ -60,11 +62,13 @@
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
+ inputs.systems.follows = "systems";
};
# Hyprspace = {
# url = "github:KZDKM/Hyprspace";
# inputs.hyprland.follows = "hyprland";
+ # inputs.systems.follows = "systems";
# };
};