Replies: 1 comment 1 reply
-
I dont know "nix", try it and tell me if it is working |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i want to use nix to build the freetz build environment
similar to nix-openwrt-imagebuilder
kconfig.nix
problem: i cannot reproduce the hash of kconfig-v6.9.tar.xz
i want to re-use the
$(PKG)_HASH
from kconfig-host.mknix-hash produces these hashes
which are used in
fetchgit { hash = "..."; }
fetchgit
produces the exact same filesideally freetz would use nix hashes : P
but i just need a way to reproduce the kconfig-v6.9.tar.xz archive
from the files downloaded from git
tar.xz hashes
these hashes dont match
48a0e5e5...
see also
Beta Was this translation helpful? Give feedback.
All reactions