forked from DGNum/liminix
name the openwrt source tree so we can find it in /nix/store
This commit is contained in:
parent
e823e7a29c
commit
2276c548ba
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
openwrtSource = fetchFromGitHub {
|
openwrtSource = fetchFromGitHub {
|
||||||
|
name = "openwrt-source-tree";
|
||||||
repo = "openwrt";
|
repo = "openwrt";
|
||||||
owner = "openwrt";
|
owner = "openwrt";
|
||||||
rev = "a5265497a4f6da158e95d6a450cb2cb6dc085cab";
|
rev = "a5265497a4f6da158e95d6a450cb2cb6dc085cab";
|
||||||
|
|
Loading…
Reference in a new issue