diff --git a/flake.lock b/flake.lock index 93fa04d..9cb74a6 100644 --- a/flake.lock +++ b/flake.lock @@ -245,9 +245,10 @@ "type": "github" }, "original": { - "id": "nixpkgs", + "owner": "NixOS", "ref": "nixos-unstable", - "type": "indirect" + "repo": "nixpkgs", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index 9af6c43..268b96a 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ }; inputs = { - nixpkgs.url = "nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; camasca = { url = "git+https://git.uku3lig.net/uku/camasca";