diff --git a/flake.lock b/flake.lock index 7ed63f0..263d735 100644 --- a/flake.lock +++ b/flake.lock @@ -185,7 +185,9 @@ }, "flake-utils": { "inputs": { - "systems": "systems" + "systems": [ + "systems" + ] }, "locked": { "lastModified": 1726560853, @@ -203,7 +205,7 @@ }, "flake-utils_2": { "inputs": { - "systems": "systems_2" + "systems": "systems" }, "locked": { "lastModified": 1710146030, @@ -261,7 +263,9 @@ "nixpkgs": [ "nixpkgs" ], - "treefmt-nix": "treefmt-nix" + "treefmt-nix": [ + "treefmt-nix" + ] }, "locked": { "lastModified": 1726166594, @@ -705,7 +709,8 @@ "pre-commit-hooks": "pre-commit-hooks", "spicetify-nix": "spicetify-nix", "stylix": "stylix", - "treefmt-nix": "treefmt-nix_2", + "systems": "systems_2", + "treefmt-nix": "treefmt-nix", "wallpaper": "wallpaper" } }, @@ -763,7 +768,9 @@ "nixpkgs": [ "nixpkgs" ], - "systems": "systems_3", + "systems": [ + "systems" + ], "tinted-foot": "tinted-foot", "tinted-kitty": "tinted-kitty", "tinted-tmux": "tinted-tmux" @@ -812,21 +819,6 @@ "type": "github" } }, - "systems_3": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "tinted-foot": { "flake": false, "locked": { @@ -876,27 +868,6 @@ } }, "treefmt-nix": { - "inputs": { - "nixpkgs": [ - "getchoo", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1722330636, - "narHash": "sha256-uru7JzOa33YlSRwf9sfXpJG+UAV+bnBEYMjrzKrQZFw=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "768acdb06968e53aa1ee8de207fd955335c754b7", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } - }, - "treefmt-nix_2": { "inputs": { "nixpkgs": [ "nixpkgs" diff --git a/flake.nix b/flake.nix index 2194e2b..466c582 100644 --- a/flake.nix +++ b/flake.nix @@ -118,10 +118,14 @@ }; # Development - flake-compat.url = "github:edolstra/flake-compat"; - flake-utils.url = "github:numtide/flake-utils"; + systems.url = "github:nix-systems/default"; + + flake-utils = { + url = "github:numtide/flake-utils"; + inputs.systems.follows = "systems"; + }; gitignore = { url = "github:hercules-ci/gitignore"; @@ -138,7 +142,6 @@ devshell = { url = "github:numtide/devshell"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "flake-utils"; }; # Formatter @@ -159,6 +162,7 @@ url = "github:brckd/stylix"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-compat.follows = "flake-compat"; + inputs.systems.follows = "systems"; inputs.home-manager.follows = "home-manager"; }; @@ -183,6 +187,7 @@ getchoo = { url = "github:getchoo/nix-exprs"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.treefmt-nix.follows = "treefmt-nix"; }; erosanix = {