Remove OSX-KVM input from flake.nix

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

View file

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