abcdw, to linux
@abcdw@fosstodon.org avatar

Yesterday we were preparing a place for Tbilisi Guix Meetup and one of the residents of hackerspace brough an arm thinkpad. It's the first RISC laptop I see in person that feels modern and satisfying.

Maybe we will try to build a Guix image for it.

lxsameer, to haskell
@lxsameer@social.lxsameer.com avatar

I recently came across https://simplex.chat. I really liked it just by reading how it works. But I took a look at the source code today, and I was like: “Oh coool it's in . Oh, daaaamn they're using quite heavily. I love it. 😍 “

Kudos folks.

@simplex

futurile, to scheme

📢 Curious about the the transactional deployment model invented? Intrigued by functional programming ? Looking for tips on ? David Wilson (@daviwil) will be giving a talk TOMORROW (Wednesday 29th) at 17:00 UTC - Register here!

https://libreplanet.org/wiki/Group:Guix/PatchReviewSessions2024

jakehamilton, to NixOS
@jakehamilton@hachyderm.io avatar
mischavandenburg, to NixOS
@mischavandenburg@toot.community avatar
jakehamilton, to NixOS
@jakehamilton@hachyderm.io avatar
eisfunke, to random
@eisfunke@inductive.space avatar

You may have heard about #Nix filling up your PC's storage. But have you heard about Nix filling up your phone's storage?

wood, to linux
@wood@hachyderm.io avatar

Got my first development environment (Jekyll website) running in NixOS on my Framework laptop using devenv. That makes this my first successful dev environment in nix. :) Nice work @domenkozar!

https://devenv.sh

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

When writing guides and documentation, I always try to write what I would have liked to have read, so here is a guide on how to contribute to #Nix from the perspective of an #RStats user:

https://b-rodrigues.github.io/rix/articles/z-contributing_to_nixpkgs.html

futurile, to guix

Video of the interview with founder @civodul is available. A great chat about the deployment model, his interested in and software. Lots of interesting chat about motivation in , and - as well as the Plan9-ification of Guix!!

https://youtu.be/339dRDf4c6E?si=u3pP_j_eg5PPi04y

Janik, to NixOS
@Janik@chaos.social avatar

Gotta love #lix

I encountered a small inconvenience bug earlier today, reported it to them and it took less then an hour for a cl with a fix being opened.

https://git.lix.systems/lix-project/lix/issues/340#issuecomment-3767

#nix #nixos

w96k, to guix
@w96k@fosstodon.org avatar

Tbilisi Guix Meetup 1 will be held in F0rthSp4ce hackerspace on June 1:

https://t.me/f0rthsp4ce/373

@abcdw and @w96k will be speakers there

w96k, to guix
@w96k@fosstodon.org avatar
brodriguesco, to random
@brodriguesco@fosstodon.org avatar

My {rix} package, making it easy to use as an user, is on version 0.7.0 as of tonight! The most important feature is described in this vignette: https://b-rodrigues.github.io/rix/articles/z-bleeding_edge.html

TL;DR: you can now build environments with bleeding edge CRAN or Bioconductor packages!

lxsameer, to haskell
@lxsameer@social.lxsameer.com avatar

I'm going to return to after a very long time. Back then, the hell was excruciating. But now, thanks to , setting up a project is like two seconds from the time you decide to create it to the point you start coding.

leftpaddotpy, to NixOS
@leftpaddotpy@hachyderm.io avatar

Wrote a post on how to do reasonable pinning for non-flake configs using a simple shell script, npins, and nixos-rebuild. I also talk about how tools like nixos-rebuild and nix-channel are skeletons in our closet that we need to actually replace and deprecate as a community, to bring people up to modern practices.

https://jade.fyi/blog/pinning-nixos-with-npins/

#nix #nixos

leftpaddotpy, to random
@leftpaddotpy@hachyderm.io avatar

Wrote a quick post about how to pin packages to versions in https://jade.fyi/blog/pinning-packages-in-nix/

ucodery, to python
@ucodery@fosstodon.org avatar

Found enough free time to finally publish how I keep all my Python environments sane https://blog.ucodery.com/posts/managing-my-python-environments/
#Python #Pyenv #Virtualenv

ucodery,
@ucodery@fosstodon.org avatar

It’s perfect timing as just days ago I was assigned a new laptop and committed to only #nix for dev tooling 🤣 I still strongly stand by using Pyenv for anyone who doesn’t love configuring more than productivity 😉

csepp, to guix

Consider: / shared hosting where the cost of storing a store item is shared between the users that depend on it.
Maybe with the new Shepherd on Goblins integration a shared guix-daemon could work.

bitprophet, to random
@bitprophet@social.coop avatar

Gonna miss the shit out of unless its governance stuff manages to pull out of the nosedive (though I've heard mildly positive news lately…).

Didn't have linkchecker installed, need it for checking my blog posts.

Classical config management: typically apt install linkchecker, then completely forget to go back and add it to the “website" CM recipe.

Nix/OS: add to the repo's flake.nix, rerun nix develop, bing bong so simple, any future setup of this repo will benefit.

passthejoe, to guix
@passthejoe@ruby.social avatar

Just saw this article on trouble with Nix.

@solene, are you looking into Guix?

https://dataswamp.org/~solene/2024-04-27-nix-internal-crisis.html

isabel, to random
@isabel@akko.isabelroses.com avatar

A little update. As some of you might know we decided to drop our nix{,pkgs} forks and move forwards with our own plans. And as of earlier today we managed to build and within our core repo.

nixos_org, to random
@nixos_org@chaos.social avatar

Thanks to the efforts of Dan Baker @djacu, the community now has an official Nix Language Cheat Sheet. Take advantage of it, print and share with others! https://discourse.nixos.org/t/official-nix-language-cheat-sheet/45244

jakehamilton, to NixOS
@jakehamilton@hachyderm.io avatar

The latest issue of #NixPkgsNews is out!

https://nixpkgs.news/

If you enjoy the weekly recaps and would like to support me continuing them (as well as getting some perks), you can now subscribe on Patreon!

https://www.patreon.com/jakehamilton

#Nix #NixOS #NixPkgs

Qyriad, to NixOS
@Qyriad@chaos.social avatar

instead of talking so much about what flakes are for, maybe we should talk more about what they do, because it's actually very little. flakes DO the following:

  • manage a single, top-level lockfile
  • force a specific entry point for a Nix expression
  • change the CLI syntax you use
  • turn on "pure eval" mode by default
  • make you git track your files (for git repo flakes)

those are the actual things that flakes effect to Nix code

#NixOS #Nix

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • khanakhh
  • mdbf
  • InstantRegret
  • magazineikmin
  • everett
  • cubers
  • rosin
  • Youngstown
  • slotface
  • ngwrru68w68
  • tacticalgear
  • megavids
  • thenastyranch
  • modclub
  • Durango
  • GTA5RPClips
  • cisconetworking
  • osvaldo12
  • ethstaker
  • Leos
  • tester
  • anitta
  • normalnudes
  • provamag3
  • lostlight
  • All magazines