Bump zephyr-nix

This commit is contained in:
urob 2024-08-14 00:43:39 -04:00
parent a799808eb7
commit 25810f427a
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View file

@ -137,16 +137,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1723595954, "lastModified": 1723611259,
"narHash": "sha256-wRoQsj2Dg1qur8L0BzQBHxecGSOG5WesCOqTsqRjhGw=", "narHash": "sha256-0KpCmM2hOb56EYUTQWgMYdQlrkMeqTC0m9Ou6J5f8/8=",
"owner": "urob", "owner": "urob",
"repo": "zephyr-nix", "repo": "zephyr-nix",
"rev": "ae659ffa1cbf08368b10a94c2f36e13395c0d958", "rev": "a12131ec450ea66e9005c668c31c8a055a766ef3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "urob", "owner": "urob",
"ref": "testing",
"repo": "zephyr-nix", "repo": "zephyr-nix",
"type": "github" "type": "github"
} }

View file

@ -8,7 +8,7 @@
zephyr.flake = false; zephyr.flake = false;
# Zephyr sdk and host tools # Zephyr sdk and host tools
zephyr-nix.url = "github:urob/zephyr-nix/testing"; zephyr-nix.url = "github:urob/zephyr-nix";
# zephyr-nix.inputs.nixpkgs.follows = "nixpkgs"; # zephyr-nix.inputs.nixpkgs.follows = "nixpkgs";
zephyr-nix.inputs.zephyr.follows = "zephyr"; zephyr-nix.inputs.zephyr.follows = "zephyr";
}; };