Mit „nix“ getaggte Nachrichten
-
I need #PureDarwin for macOS 13, just enough to run #Nix on it. The purpose: Build (hydra) server for Nix/macOS derivations. Sadly, the latest preliminary release of PureDarwin and the PureDarwin Nano distribution (just drops into a she…
-
Yep, 4 GB RAM and 2 GB swap not enough to install pandoc in Nix. It failed at or after "copying path '/nix/store/3cv3s9lv79qjkqyafbclbk03gz5z813w-ghc-8.2.2' from 'https://cache.nixos.org'..." Upped it to 8 GB swap and then it worked. It…
-
Also don't miss lib.addMetaAttrs: > lib.addMetaAttrs { platforms = drv.meta.platforms ++ [ "x86_64-darwin" ] } drv is a bit neater than having to go all: > drv.overrideAttrs (oldAttrs: { meta = oldAttrs.meta // { platforms = oldAttrs.…
-
Now you can just `nix-env -f ./. -iA git-ssb git-ssb-web scuttlebot`.
https://gitlab.com/clacke/ssb4nix
#nix #ssb -
@bob @pony @devurandom Or a #nix closure. :-)
-
http://techblog.holidaycheck.com/post/2017/11/14/nix-in-practice-providing-dependencies is very cool! It's really nice when developing to have your deps pinned and not have to rebuild the world because you bumped your user profile. Also…
-
Nix 2.0 is looking nice.
There is the foundation for a unified #nix command, much like how #guix looks.
https://nixos.org/nix/manual/#ssec-relnotes-2.0 -
tfw you look at that s-expression and it's finally just the way you intended it to be, and your eyes water in joy, your shoulders that you didn't know were tense sink back down in relief, and your heart swells with gratitude to the thous…
-
I may have some Rust coding ahead of me, so I looked up the options for doing the equivalent of rustup, but within #nix. Looks like others had the same need: https://www.mail-archive.com/nix-dev@lists.science.uu.nl/msg33296.html > I cr…
-
I'm getting the hang of this! "Hmm, there seems to be no way for fetchgit to use a subdirectory of a tree. But hey, fetchgit is just a derivation, right? How about I just wrap this in another derivation with an installPhase = 'cp -a the…
-
@ninjawedding @jamey @er1n
Ubuntu as OS, with #nix and #guix as side-loaded package managers. It's the gateway drug. -
Hi, yes, hello, local #guix and #nix shill here. Are you aware that the packaging and isolation system you are describing is almost exactly https://gnu.org/s/guix/ and https://nixos.org/nix/ and that they have 13 years of history thinki…
-
> 9605 store paths deleted, 16321.45 MiB freed
#nix -
@dt @wakarimasen And yet the CLI is a big upgrade compared to #nix, which is less consistent and more confusing.