diff options
| author | Fuwn <[email protected]> | 2024-09-11 16:30:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-11 16:30:04 -0700 |
| commit | ee17e678dfe92d48a66a4e4e87bcf6c2a98c6a65 (patch) | |
| tree | bcdb4a45cd0d0f90c31422d7280db82d9f02b13c | |
| parent | Bump: epiphany-i2p and flake dependencies (diff) | |
| download | nixos-config-ee17e678dfe92d48a66a4e4e87bcf6c2a98c6a65.tar.xz nixos-config-ee17e678dfe92d48a66a4e4e87bcf6c2a98c6a65.zip | |
Bump: flake systems input
| -rw-r--r-- | flake.lock | 50 | ||||
| -rw-r--r-- | flake.nix | 4 |
2 files changed, 15 insertions, 39 deletions
@@ -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=", @@ -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"; # }; }; |