1w6 uRPG 1w6 uRPG
  • Anmelden
  • Öffentlich

    • Öffentlich
    • Gruppen
    • Beliebt
    • Verzeichnis

Mit „nix“ getaggte Nachrichten

  1. clacke clacke

    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…

    Tuesday, 29-May-18 13:59:17 UTC von social.heldscal.la
  2. clacke clacke clacke

    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…

    Tuesday, 08-May-18 08:27:24 UTC von social.heldscal.la im Zusammenhang
  3. clacke clacke clacke

    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.…

    Tuesday, 03-Apr-18 03:57:05 UTC von social.heldscal.la im Zusammenhang
  4. clacke clacke clacke

    Wow, styx the SSG is really all implemented in #nix. It runs asciidoctor or multimarkdown for the markup->html conversion, but that data ends up in nix strings and the application of templates and everything is all nix. The functions an…

    Monday, 02-Apr-18 13:03:32 UTC von social.heldscal.la im Zusammenhang
  5. clacke clacke

    New in #nix 2.0:

    > $ nix run --help
    > Usage: nix run <FLAGS>... <INSTALLABLES>...

    > Summary: run a shell in which the specified packages are available.

    Sweet! Thank you, #nixos IRC!

    Thursday, 29-Mar-18 04:49:51 UTC von social.heldscal.la im Zusammenhang
  6. clacke clacke

    Now you can just `nix-env -f ./. -iA git-ssb git-ssb-web scuttlebot`.

    https://gitlab.com/clacke/ssb4nix

    #nix #ssb

    Monday, 19-Mar-18 06:37:25 UTC von social.heldscal.la im Zusammenhang
  7. clacke clacke bob

    @bob @pony @devurandom Or a #nix closure. :-)

    Tuesday, 06-Mar-18 03:04:42 UTC von social.heldscal.la
  8. clacke clacke

    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…

    Monday, 05-Mar-18 18:21:29 UTC von social.heldscal.la
  9. clacke clacke

    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

    Saturday, 24-Feb-18 08:17:11 UTC von social.heldscal.la im Zusammenhang
  10. clacke clacke

    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…

    Tuesday, 20-Feb-18 18:57:12 UTC von social.heldscal.la
  11. clacke clacke

    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…

    Wednesday, 14-Feb-18 03:25:52 UTC von social.heldscal.la im Zusammenhang
  12. clacke clacke gargron , clacke

    @ajordan @feld @gargron One thing that I want to see more of in the future is what e.g. #rust is doing: Find the things that depend on your thing -- in their case every single crate published -- and treat them all as integration tests …

    Thursday, 08-Feb-18 05:45:30 UTC von social.heldscal.la im Zusammenhang
  13. clacke clacke

    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…

    Tuesday, 06-Feb-18 05:47:00 UTC von social.heldscal.la im Zusammenhang
  14. clacke clacke

    @taiz tfw you're on #nix or #guix so you never truly installed those things and they just go away in the next gc, instead of you having to disentangle what the things were and what things they pulled in with them.

    Saturday, 30-Dec-17 00:37:00 UTC von social.heldscal.la
  15. clacke clacke clacke , cwebber

    @cwebber @azure Provisionally my ideal is #guix / #nix that is also used for intra-package dependencies, so that the daemon becomes a fine-grained compiler cache, and also that the system is modified to be able to produce non-store-y binaries for general consumption.

    Friday, 15-Dec-17 01:36:44 UTC von social.heldscal.la im Zusammenhang
  16. clacke clacke er1n

    @ninjawedding @jamey @er1n

    Ubuntu as OS, with #nix and #guix as side-loaded package managers. It's the gateway drug.

    Friday, 15-Dec-17 00:54:25 UTC von social.heldscal.la
  17. clacke clacke wolf480pl

    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…

    Saturday, 02-Dec-17 16:41:24 UTC von social.heldscal.la im Zusammenhang
  18. clacke clacke

    > 9605 store paths deleted, 16321.45 MiB freed

    #nix

    Thursday, 16-Nov-17 02:57:33 UTC von social.heldscal.la
  19. clacke clacke strypey

    @strypey You need to get #node 4.x+ on there, from there on it's basically npm install.

    I was going to say #nix, but now I checked and Guix also has Node. And holy moley it's on 8.x, I had no idea 6.x wasn't the latest anymore.

    Monday, 13-Nov-17 08:13:50 UTC von social.heldscal.la im Zusammenhang
  20. clacke clacke wakarimasen , dt

    @dt @wakarimasen And yet the CLI is a big upgrade compared to #nix, which is less consistent and more confusing.

    Saturday, 14-Oct-17 13:41:32 UTC von social.heldscal.la
  • Vorher

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Hilfe
  • Über
  • FAQ
  • AGB
  • Privatsphäre
  • Quellcode
  • Version
  • Kontakt

1w6 uRPG ist ein Mikrobloggingdienst von Arne (Drak) Babenhauserheide. Es wird mit der Mikrobloggingsoftware StatusNet (Version 1.1.1-release) betrieben, die unter der GNU Affero General Public License erhältlich ist. The running version includes the patches from draketo.de/proj/statusnet-patches.

Creative Commons Attribution 3.0 Alle Inhalte und Daten von 1w6 uRPG sind unter der Creative Commons Attribution 3.0 Lizenz verfügbar.