From 24e76078a14c68b76bf5bcb4c3902c0f379305d5 Mon Sep 17 00:00:00 2001 From: dadada Date: Tue, 28 Jun 2022 20:35:39 +0200 Subject: [PATCH] use home-manager current release --- flake.lock | 25 +++++-------------------- flake.nix | 2 +- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/flake.lock b/flake.lock index bd04bcc..02abc07 100644 --- a/flake.lock +++ b/flake.lock @@ -225,19 +225,19 @@ "inputs": { "nixpkgs": [ "myNixpkgs" - ], - "utils": "utils" + ] }, "locked": { - "lastModified": 1656367977, - "narHash": "sha256-0hV17V9Up9pnAtPJ+787FhrsPnawxoTPA/VxgjRMrjc=", + "lastModified": 1656169755, + "narHash": "sha256-Nlnm4jeQWEGjYrE6hxi/7HYHjBSZ/E0RtjCYifnNsWk=", "owner": "nix-community", "repo": "home-manager", - "rev": "3bf16c0fd141c28312be52945d1543f9ce557bb1", + "rev": "4a3d01fb53f52ac83194081272795aa4612c2381", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-22.05", "repo": "home-manager", "type": "github" } @@ -594,21 +594,6 @@ "type": "git", "url": "https://git.dadada.li/dadada/scripts.git" } - }, - "utils": { - "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 e8b2d6a..ed6374c 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ myNixpkgs.url = github:NixOS/nixpkgs/nixos-22.05; flake-utils.url = github:numtide/flake-utils; home-manager = { - url = github:nix-community/home-manager; + url = github:nix-community/home-manager/release-22.05; inputs.nixpkgs.follows = "myNixpkgs"; }; nix-doom-emacs = {