diff --git a/flake.lock b/flake.lock index f1ff11a..4ceb799 100644 --- a/flake.lock +++ b/flake.lock @@ -232,16 +232,15 @@ "utils": "utils" }, "locked": { - "lastModified": 1680114304, - "narHash": "sha256-XymtLu8G2nzenjDUWI7XV2MMHztvPkEZUFpwmZFcxVM=", + "lastModified": 1680249941, + "narHash": "sha256-7Ylr0NAr8msd3YVaYBw6uyJIRbtOq5l6aLrmrYA5qTw=", "owner": "nix-community", "repo": "home-manager", - "rev": "0e065e1b6f0776ebbacea9dcbc977af7bc9eddc0", + "rev": "67b97020b6970d39b4126a7870063d11337ecb80", "type": "github" }, "original": { "owner": "nix-community", - "ref": "master", "repo": "home-manager", "type": "github" } @@ -257,7 +256,6 @@ }, "original": { "owner": "nix-community", - "ref": "master", "repo": "impermanence", "type": "github" } @@ -285,7 +283,6 @@ }, "original": { "owner": "nix-community", - "ref": "master", "repo": "lanzaboote", "type": "github" } @@ -391,7 +388,6 @@ }, "original": { "owner": "pta2002", - "ref": "main", "repo": "nixvim", "type": "github" } diff --git a/flake.nix b/flake.nix index f873d83..5a6ae61 100644 --- a/flake.nix +++ b/flake.nix @@ -7,21 +7,21 @@ }; home-manager = { - url = "github:nix-community/home-manager/master"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; impermanence = { - url = "github:nix-community/impermanence/master"; + url = "github:nix-community/impermanence"; }; lanzaboote = { - url = "github:nix-community/lanzaboote/master"; + url = "github:nix-community/lanzaboote"; inputs.nixpkgs.follows = "nixpkgs"; }; nixvim = { - url = "github:pta2002/nixvim/main"; + url = "github:pta2002/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; }; };