made run-vm work again

This commit is contained in:
Sebastian Moser
2024-06-29 00:57:29 +02:00
parent a9dd255ab5
commit 9e664da490
2 changed files with 10 additions and 10 deletions

View File

@@ -67,7 +67,8 @@
####### keyboard
zephyr-nix = {
url = "github:adisbladis/zephyr-nix";
#url = "github:adisbladis/zephyr-nix";
url = "/home/me/work/config/gitignore/zephyr-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
zmk-nix = {
@@ -211,7 +212,7 @@
};
default = {
type = "app";
program = "${self.packages.x86_64-linux.run-vm}/bin/run-vm";
program = "${self.packages.x86_64-linux.random.run-vm}/bin/run-vm";
};
};