diff --git a/flake.lock b/flake.lock index e7901ed..e480cbd 100644 --- a/flake.lock +++ b/flake.lock @@ -10,8 +10,10 @@ "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index f48e883..91068ab 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { description = "Development flake for khard"; - + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; outputs = { self, nixpkgs }: { packages.x86_64-linux.default =