]> git.scottworley.com Git - nixos-qemu-vm-isolation/blobdiff - flake.nix
New nixpkgs pin
[nixos-qemu-vm-isolation] / flake.nix
index 355702e731c81ba8b89fc7f5178c22b68522c744..757331ddf4927e363eb0b224bdf1e24124b8f3d4 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -1,4 +1,5 @@
 {
+  inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
   outputs = { self, nixpkgs, }:
     let
       inherit (nixpkgs.lib) genAttrs;