Disable OSX-KVM input in flake.nix

This commit is contained in:
Sapi 2025-12-17 19:19:03 +00:00 committed by GitHub
parent 5a2e86fccd
commit 4818d7e586
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.OSX-KVM.flake = false;
outputs =
{ self