Y
Hacker News
new
|
ask
|
show
|
jobs
by
dhon_
151 days ago
How do you do it in nix?
1 comments
r14c
151 days ago
Sounds like nix-bundle, but that's not a standard feature.
link
tetris11
151 days ago
nix build nixpkgs#pkgsStatic.emacs
So, it's not so much a static build from a flag, as it is a large corpus of statically defined recipes independent from the other packages that you can build from
link