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

15
flake.lock generated
View File

@@ -4149,17 +4149,16 @@
"zephyr": "zephyr" "zephyr": "zephyr"
}, },
"locked": { "locked": {
"dirtyRev": "6a007cf4effdd9092e8a8d103c643ee1e26f720e-dirty",
"dirtyShortRev": "6a007cf-dirty",
"lastModified": 1712044799, "lastModified": 1712044799,
"narHash": "sha256-OHBz1mVLAzNY3OoB3Xqy5hMDgOODfAoas3aGph5y86g=", "narHash": "sha256-TAjq0whUvReSrj2v9YcwMjl7Jh7r6tIVr9ZUQ+JSjQA=",
"owner": "adisbladis", "type": "git",
"repo": "zephyr-nix", "url": "file:///home/me/work/config/gitignore/zephyr-nix"
"rev": "6a007cf4effdd9092e8a8d103c643ee1e26f720e",
"type": "github"
}, },
"original": { "original": {
"owner": "adisbladis", "type": "git",
"repo": "zephyr-nix", "url": "file:///home/me/work/config/gitignore/zephyr-nix"
"type": "github"
} }
}, },
"zmk-nix": { "zmk-nix": {

View File

@@ -67,7 +67,8 @@
####### keyboard ####### keyboard
zephyr-nix = { zephyr-nix = {
url = "github:adisbladis/zephyr-nix"; #url = "github:adisbladis/zephyr-nix";
url = "/home/me/work/config/gitignore/zephyr-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
zmk-nix = { zmk-nix = {
@@ -211,7 +212,7 @@
}; };
default = { default = {
type = "app"; 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";
}; };
}; };