diff --git a/flake.lock b/flake.lock index dfed7f9..815cf09 100644 --- a/flake.lock +++ b/flake.lock @@ -5,15 +5,16 @@ "systems": "systems" }, "locked": { - "lastModified": 1701680307, - "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { "owner": "numtide", + "ref": "main", "repo": "flake-utils", "type": "github" } diff --git a/flake.nix b/flake.nix index 1492e32..05408af 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "wiki.adtya.xyz"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - flake-utils.url = "github:numtide/flake-utils"; + nixpkgs.url = "github:NixOS/nixpkgs?ref=nixpkgs-unstable"; + flake-utils.url = "github:numtide/flake-utils?ref=main"; }; outputs =