diff --git a/flake.lock b/flake.lock index 72990b0..cc68900 100644 --- a/flake.lock +++ b/flake.lock @@ -4149,17 +4149,16 @@ "zephyr": "zephyr" }, "locked": { + "dirtyRev": "6a007cf4effdd9092e8a8d103c643ee1e26f720e-dirty", + "dirtyShortRev": "6a007cf-dirty", "lastModified": 1712044799, - "narHash": "sha256-OHBz1mVLAzNY3OoB3Xqy5hMDgOODfAoas3aGph5y86g=", - "owner": "adisbladis", - "repo": "zephyr-nix", - "rev": "6a007cf4effdd9092e8a8d103c643ee1e26f720e", - "type": "github" + "narHash": "sha256-TAjq0whUvReSrj2v9YcwMjl7Jh7r6tIVr9ZUQ+JSjQA=", + "type": "git", + "url": "file:///home/me/work/config/gitignore/zephyr-nix" }, "original": { - "owner": "adisbladis", - "repo": "zephyr-nix", - "type": "github" + "type": "git", + "url": "file:///home/me/work/config/gitignore/zephyr-nix" } }, "zmk-nix": { diff --git a/flake.nix b/flake.nix index 9209323..10341c5 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; };