diff --git a/flake.lock b/flake.lock index 2b4a031..183b78b 100644 --- a/flake.lock +++ b/flake.lock @@ -277,16 +277,16 @@ "treefmt": "treefmt" }, "locked": { - "lastModified": 1714924543, - "narHash": "sha256-w8yZ7eyle50zkn+cJJwy+S/0aV4JmmBU7Z3ZF9JyPKk=", + "lastModified": 1715100405, + "narHash": "sha256-H4vCwYIKLPI4zFSQN8U+6wM/ZmnkPRpLkrdp+xmUfLU=", "owner": "pizzapim", "repo": "kubenix", - "rev": "cd3d3cc1615372cfd283dc9ffa14f1dbc84d0a36", + "rev": "70a40774f18ae6966614fcb6b864a9dde2224273", "type": "github" }, "original": { "owner": "pizzapim", - "ref": "main", + "ref": "servers", "repo": "kubenix", "type": "github" } diff --git a/flake.nix b/flake.nix index 1ed2314..65031da 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,9 @@ }; kubenix = { - url = "github:pizzapim/kubenix/main"; + url = "github:pizzapim/kubenix/servers"; + # url = "file:///home/pim/git/forks/kubenix"; + # type = "git"; inputs.nixpkgs.follows = "nixpkgs"; };