diff --git a/flake.lock b/flake.lock index cb5120c..77e56b8 100644 --- a/flake.lock +++ b/flake.lock @@ -26,7 +26,9 @@ "nixpkgs": [ "nixpkgs" ], - "utils": "utils" + "utils": [ + "flake-utils" + ] }, "locked": { "lastModified": 1653594315, @@ -78,14 +80,16 @@ "nixpkgs": [ "nixpkgs" ], - "utils": "utils_2" + "utils": [ + "flake-utils" + ] }, "locked": { - "lastModified": 1656927578, - "narHash": "sha256-ZSFrM/1PlJOqCb3mN88ZUh9dkQvNLU/nkoQ2tu02/FM=", + "lastModified": 1657396086, + "narHash": "sha256-4cQ6hEuewWoFkTBlu211JGxPQQ1Zyli8oEq1cu7cVeA=", "owner": "nix-community", "repo": "home-manager", - "rev": "f2445620d177e295e711c1b2bc6c01ed6df26c16", + "rev": "c645cc9f82c7753450d1fa4d1bc73b64960a9d7a", "type": "github" }, "original": { @@ -113,11 +117,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1657020478, - "narHash": "sha256-sU5hXEGcOcvz2xoPAuNLBQJLXjwvPpTkoddyXE8gw20=", + "lastModified": 1657265485, + "narHash": "sha256-PUQ9C7mfi0/BnaAUX2R/PIkoNCb/Jtx9EpnhMBNrO/o=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "71a4f0dc3d80ba76f437c888c1c3d59f1df98163", + "rev": "b39924fc7764c08ae3b51beef9a3518c414cdb7d", "type": "github" }, "original": { @@ -145,11 +149,11 @@ }, "nur": { "locked": { - "lastModified": 1657106528, - "narHash": "sha256-Jm2XUK8PSdiWfzfF6f/lIfnaOCrcq+JsT/cV5P5c1Uw=", + "lastModified": 1657431484, + "narHash": "sha256-N/i3xc4HBUHl0pOKsw/pkzXdN9Wd6m/yERfwvVCSoqE=", "owner": "nix-community", "repo": "NUR", - "rev": "71d760099ad1a16ebae22b4ec551bf54a9e93d8e", + "rev": "6ccdf92dd780210f4c2822e348bb044affec804c", "type": "github" }, "original": { @@ -211,36 +215,6 @@ "nvim-kitty-navigator": "nvim-kitty-navigator", "pre-commit-hooks": "pre-commit-hooks" } - }, - "utils": { - "locked": { - "lastModified": 1648297722, - "narHash": "sha256-W+qlPsiZd8F3XkzXOzAoR+mpFqzm3ekQkJNa+PIh1BQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "0f8662f1319ad6abf89b3380dd2722369fc51ade", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_2": { - "locked": { - "lastModified": 1653893745, - "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index f9976e3..b71373d 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,7 @@ inputs.home-manager = { url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.utils.follows = "flake-utils"; }; inputs.nur.url = "github:nix-community/NUR/master"; @@ -22,6 +23,7 @@ inputs.deploy-rs = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.utils.follows = "flake-utils"; }; inputs.pre-commit-hooks = {