diff --git a/flake.lock b/flake.lock index 1cbe69b684694067bbf0b0e258fc0489fb58b8bf..fbefa134fe2993c890bb351c457c712eb3bd438d 100644 --- a/flake.lock +++ b/flake.lock @@ -211,11 +211,11 @@ "nixpkgs" ] }, "locked": { - "lastModified": 1715802531, + "lastModified": 1712265168, - "narHash": "sha256-Cw/E5Q1Cfq5LojvgMajP9FZAZTQ9zXghVGjb6NLKY9A=", + "narHash": "sha256-Ax5PlgIre37jgpSbzzeSOXxjc4hZGXvyDhhlzmcsNwA=", "ref": "refs/heads/main", - "rev": "0dd52313903527bdaaecf47338e608894387449c", + "rev": "b0c9047f739a25ec23969d2dfb4882aaf24b0ab5", - "revCount": 17, + "revCount": 16, "type": "git", "url": "https://git.jolheiser.com/helix.drv.git" }, @@ -282,17 +282,18 @@ } }, "nixpkgs": { "locked": { - "lastModified": 1715534503, + "lastModified": 1712192574, - "narHash": "sha256-5ZSVkFadZbFP1THataCaSf0JH2cAH3S29hU9rrxTEqk=", + "narHash": "sha256-LbbVOliJKTF4Zl2b9salumvdMXuQBr2kuKP5+ZwbYq4=", "owner": "nixos", "repo": "nixpkgs", - }, + "nodes": { "agenix": { + "home-manager": [], "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 0ffe6fe3b2e755f70a643f4c3b1b2fb13ae38a50..c0b5b8520a3cbf1fe5a8455fbcbd04b0a9cadb18 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,9 @@ { description = "jolheiser's nixos config"; inputs = { +{ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + inputs = { flake-utils.url = "github:numtide/flake-utils"; # Only expressed here to use for followers home-manager = {