diff --git a/flake.lock b/flake.lock index 455bd0e..4255d27 100644 --- a/flake.lock +++ b/flake.lock @@ -260,10 +260,12 @@ ] }, "locked": { - "lastModified": 1685202716, + "lastModified": 1685313174, "narHash": "sha256-1+YC2fjzYI0XKmKIC0jswSYYWCPx2gOAf4/6FgcP+9Q=", - "type": "git", - "url": "file:///root/projects/microvm.nix" + "owner": "astro", + "repo": "microvm.nix", + "rev": "c022372b917ecc4ed7df51ff30395421a74b0495", + "type": "github" }, "original": { "owner": "astro", @@ -345,8 +347,8 @@ }, "nixpkgs": { "locked": { - "lastModified": 1684049129, - "narHash": "sha256-FfWznSgzYGFYpbcVcI6QHHiBc8x4EOxaB6U8RtOtFOU=", + "lastModified": 1685290091, + "narHash": "sha256-eJ4hOd5fA8i9uhpPFrpjLAb09wqfB+NH9utHh0PGD4k=", "type": "git", "url": "file:///root/projects/nixpkgs-test" }, @@ -386,11 +388,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1684842236, - "narHash": "sha256-rYWsIXHvNhVQ15RQlBUv67W3YnM+Pd+DuXGMvCBq2IE=", + "lastModified": 1685361114, + "narHash": "sha256-4RjrlSb+OO+e1nzTExKW58o3WRwVGpXwj97iCta8aj4=", "owner": "cachix", "repo": "pre-commit-hooks.nix", - "rev": "61e567d6497bc9556f391faebe5e410e6623217f", + "rev": "ca2fdbf3edda2a38140184da6381d49f8206eaf4", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index de879d8..2fc28c1 100644 --- a/flake.nix +++ b/flake.nix @@ -96,7 +96,7 @@ }; in { nom = nixos "x86_64-linux"; - #sentinel = nixos "x86_64-linux"; + sentinel = nixos "x86_64-linux"; ward = nixos "x86_64-linux"; zackbiene = nixos "aarch64-linux"; };