diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-19 15:40:36 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-19 15:40:49 -0400 |
commit | adcc5aa5af923690f364848f8234eab49a21c32f (patch) | |
tree | 68850ddececcd0f440d40d5033ee155431813de0 | |
parent | fix astal to not hardcare UTC (diff) | |
download | dotfiles-nix-adcc5aa5af923690f364848f8234eab49a21c32f.tar.gz dotfiles-nix-adcc5aa5af923690f364848f8234eab49a21c32f.tar.bz2 dotfiles-nix-adcc5aa5af923690f364848f8234eab49a21c32f.zip |
tfix flake
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 49 | ||||
-rw-r--r-- | flake.nix | 7 |
2 files changed, 9 insertions, 47 deletions
@@ -71,24 +71,7 @@ }, "flake-utils": { "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "id": "flake-utils", - "type": "indirect" - } - }, - "flake-utils_2": { - "inputs": { - "systems": "systems_3" + "systems": "systems_2" }, "locked": { "lastModified": 1731533236, @@ -104,9 +87,9 @@ "type": "github" } }, - "flake-utils_3": { + "flake-utils_2": { "inputs": { - "systems": "systems_4" + "systems": "systems_3" }, "locked": { "lastModified": 1731533236, @@ -257,7 +240,7 @@ "nixpkgs" ], "pre-commit-hooks": "pre-commit-hooks", - "systems": "systems_2", + "systems": "systems", "xdph": "xdph" }, "locked": { @@ -518,7 +501,6 @@ "root": { "inputs": { "astal": "astal", - "flake-utils": "flake-utils", "home-manager": "home-manager", "hy3": "hy3", "hyprland": "hyprland", @@ -551,21 +533,6 @@ }, "systems": { "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_2": { - "locked": { "lastModified": 1689347949, "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", "owner": "nix-systems", @@ -579,7 +546,7 @@ "type": "github" } }, - "systems_3": { + "systems_2": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", @@ -594,7 +561,7 @@ "type": "github" } }, - "systems_4": { + "systems_3": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", @@ -611,7 +578,7 @@ }, "talc": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils", "nixpkgs": [ "nixpkgs" ] @@ -632,7 +599,7 @@ }, "unofficial-homestuck-collection": { "inputs": { - "flake-utils": "flake-utils_3", + "flake-utils": "flake-utils_2", "nixpkgs": [ "nixpkgs" ] @@ -30,12 +30,7 @@ unofficial-homestuck-collection.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { - self, - nixpkgs, - flake-utils, - ... - } @ inputs: let + outputs = {nixpkgs, ...} @ inputs: let options = import ./options.nix; systems = ["x86_64-linux"]; perSystem = func: |