diff --git a/flake.lock b/flake.lock index 285753b..8f3b7f2 100644 --- a/flake.lock +++ b/flake.lock @@ -515,25 +515,11 @@ "type": "github" } }, - "nixpkgs_5": { - "locked": { - "lastModified": 1708979614, - "narHash": "sha256-FWLWmYojIg6TeqxSnHkKpHu5SGnFP5um1uUjH+wRV6g=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "b7ee09cf5614b02d289cd86fcfa6f24d4e078c2a", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-23.11", - "repo": "nixpkgs", - "type": "github" - } - }, "nixvirt-git": { "inputs": { - "nixpkgs": "nixpkgs_5", + "nixpkgs": [ + "nixpkgs-stable" + ], "nixpkgs-ovmf": "nixpkgs-ovmf" }, "locked": { diff --git a/flake.nix b/flake.nix index 6eced9f..a933e95 100644 --- a/flake.nix +++ b/flake.nix @@ -60,6 +60,7 @@ # NixVirt for qemu & libvirt nixvirt-git = { url = "github:AshleyYakeley/NixVirt/v0.3.0"; + inputs.nixpkgs.follows = "nixpkgs-stable"; }; };