crft, to NixOS
@crft@mastodon.social avatar

Is it a hostile takeover at ? The actions of the leadership muting people who don't agree with their actions is documented here. https://discourse.nixos.org/t/why-was-jon-ringer-banned-from-github/44114

mischavandenburg, to NixOS
@mischavandenburg@toot.community avatar
cbleslie, to NixOS
@cbleslie@hachyderm.io avatar

Hi friends. I made a wrapper for plop.js. It's a way to quickly generate files from templates.

https://gitlab.com/cbleslie/nix-plop/-/tree/main

Plop.js is awesome. I wanted it on non-node projects. But I'd need to list node, package.json, package.lock and have node_modules themselves in the project folder, right? Not any more.

Now it's a development shell dependency. Keeping Node itself outside of the project. Just the plopfile, and the templates need to be present.

More on Plop: https://plopjs.com/

jakehamilton, to NixOS
@jakehamilton@hachyderm.io avatar
maralorn, to NixOS
@maralorn@chaos.social avatar

And since using #jj made me modify my shell prompt I switched from #p10k to #starship https://starship.rs

Really, nice. And easy to get started with on #nixos You can see my config here:

https://code.maralorn.de/maralorn/config/src/branch/main/nixos/roles/all/shell.nix

starrwulfe, to NixOS
@starrwulfe@pixelfed.social avatar

Today:
Install on my new
👨🏾‍💻

starrwulfe, to NixOS
@starrwulfe@vivaldi.net avatar

Today:
Install on my new
👨🏾‍💻

maralorn, to NixOS
@maralorn@chaos.social avatar

Something extremly awesome happened. After switching to #nixos-24.05 my system just feels … more snappy?

I don’t know exactly why. I think it might be the update to #river 0.3.0.

\cc @ifreund

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

maralorn, to NixOS
@maralorn@chaos.social avatar

Switched all my machines to 24.05.

Basically no hickups. Thanks to all contributors for a great release!

nobodyinperson, to NixOS
@nobodyinperson@fosstodon.org avatar

Man, the longer I have :nixos: and :manjaro: running in parallel, the more annoyed I am by the :archlinux: way, e.g.:

· Python update ⇒ all python-based packages must be rebuilt. -installed packages also need reinstallation.
· separation between distro repos and AUR is anoying. 'yay -Syu' (or whatever) never really works in one go (be it some stupid sudo prompt later)
· so many AUR packages don't build reliably or at all.
...

Janik, to NixOS
@Janik@chaos.social avatar

Gotta love

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

hexa, to NixOS
@hexa@chaos.social avatar

24.05 branch-off happened. Snuck in a small reformat of the python packages at the last minute.

https://github.com/NixOS/nixpkgs/pull/313628

Currently, evaluations are running, nixos-24.05-small has already completed eval and is building.

https://hydra.nixos.org/jobset/nixos/release-24.05-small

It will be mostly cached from nixos-unstable-small anyway, so its channel should be available within the next two hours.

danielsiepmann, (edited ) to NixOS

Any Idea why I'm unable to update due to "No space left on device" even if there are 23G available?

Edit: The issue was caused by number of inodes.

this path will be fetched (458.58 MiB download, 464.67 MiB unpacked):
  /nix/store/4mc1wf8b6jad08wlfqaw6zvv7007d51d-linux-firmware-20240513-zstd
copying path '/nix/store/4mc1wf8b6jad08wlfqaw6zvv7007d51d-linux-firmware-20240513-zstd' from 'https://cache.nixos.org'...
building '/nix/store/l4drcr95rzznb9n18rl95cjhzrvwi96q-system-path.drv'...
error: mkdir /nix/store/swcchba29bqmm9mjfgs7flsmhw1fw4wg-system-path//share/locale/az: No space left on device at /nix/store/x65ah6kl9sqjwp4pqm0fn9kb20bc0974-builder.pl line 267.
error: builder for '/nix/store/l4drcr95rzznb9n18rl95cjhzrvwi96q-system-path.drv' failed with exit code 28
error: 1 dependencies of derivation '/nix/store/6zlwarcc34qv5h2rfq2pj83h7zzcimm8-nixos-system-hikari-24.05pre628669.6c0b7a92c301.drv' failed to build

nixpkgs > df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        395M     0  395M   0% /dev
tmpfs           3.9G   16K  3.9G   1% /dev/shm
tmpfs           2.0G  4.3M  2.0G   1% /run
tmpfs           3.9G  1.1M  3.9G   1% /run/wrappers
/dev/dm-0       102G   74G   23G  77% /
/dev/sda1       511M  200M  312M  40% /boot/efi
tmpfs           789M   44K  789M   1% /run/user/1000
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/

jonoabroad, to NixOS
@jonoabroad@mastodon.nz avatar

Help your elderly idiot folks, how can I find the device file for one of my network cards?

Either I have this podman option reversed or everything hates me.

🤷‍♂️

raito, to NixOS
@raito@nixos.paris avatar

I have been working on something, which is not totally ready.

Most of the deployment tools in the ecosystem are tailored to... NixOS. NixOS can run in a bunch of places, but not easily on 256MB RAM devices and 32MB disk.

For that, you have plenty of options, one of them is (https://www.liminix.org/).

Liminix is currently tailored to OpenWRT-class APs/routers and I worked on bringing support for the Zyxel NWA50AX (https://openwrt.org/inbox/toh/zyxel/nwa50ax). 1/???

doomy, to NixOS
@doomy@mastodon.social avatar

anyone have a good resource for converting a binary to a #nixos service? I think i got pretty far with @readeck https://readeck.org/en/docs/deploy but i have no clue how to handle the /etc/ files it claims it needs and keep getting vague 203 errors.

passthejoe, to guix
@passthejoe@ruby.social avatar

I'm as intrigued by as I was by , but ultimately I'm not sure the complexity is worth it for me.

Even has a ratio of complexity vs. benefits that fits well with my work (and play) flow.

, and all hide enough of the nitty gritty behind the scenes — updates happen without me needing to know it.

And traditional is so familiar and reliable, it's hard not to tap it for just about any use case.

davisrichard437, to NixOS
@davisrichard437@mastodon.social avatar

Okay I'll bite... which side should I be on for the drama?

secana, to KDE
@secana@mastodon.social avatar

Wow, the upgrade from 5 to 6 on was smooth. Changed one line in the config and it works perfectly fine. Great experience.

jakehamilton, to NixOS
@jakehamilton@hachyderm.io avatar

The latest issue of 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

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

yvan, to random
@yvan@functional.cafe avatar

I decided to apply to the / Constitutional Assembly (https://discourse.nixos.org/t/nix-constitutional-assembly-applications-open/45186), you can find my draft application here (https://cryptpad.fr/code/#/2/code/view/cWXOmBcugeXlh7vIbU01DSMimL1sS0bb6PJKINslSHU/embed/present/). Feedbacks are welcomed, feel also free to ping me if you want to be added to the list of vouchers :) or want the link to the unredacted version of the document!

chrism, to NixOS
@chrism@chattingdarkly.org avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • ngwrru68w68
  • modclub
  • magazineikmin
  • Youngstown
  • osvaldo12
  • rosin
  • slotface
  • khanakhh
  • mdbf
  • GTA5RPClips
  • provamag3
  • tacticalgear
  • InstantRegret
  • cubers
  • tester
  • ethstaker
  • everett
  • Durango
  • cisconetworking
  • normalnudes
  • anitta
  • Leos
  • megavids
  • lostlight
  • All magazines