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 made me modify my shell prompt I switched from to https://starship.rs

Really, nice. And easy to get started with on 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
👨🏾‍💻

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

sandro, to NixOS
@sandro@c3d2.social avatar

The 24.05 update is going pretty well. All VMs are updated and just two physical hosts are missing.

The hairy part is fixing nox for mpv https://github.com/NixOS/nixpkgs/pull/314433 and gst https://github.com/NixOS/nixpkgs/pull/314428 which didn't get noticed over the last months.

maralorn, to NixOS
@maralorn@chaos.social avatar

Just wanted to remark, that this is the first time, that no one needed to remind me to add the stable release branch to the bot.

That bot, if you wonder: https://chaos.social/@maralorn/109325481672585146

maralorn, to NixOS
@maralorn@chaos.social avatar

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

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

\cc @ifreund

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!

voorstad, to microsoft Dutch
@voorstad@mastodon.nl avatar

Not happy with the privacy nightmare Microsoft is introducing with 'Recall' in Windows 11?

Do consider installing Fedora. I am happy user for a while now. It works perfect and it looks the part!

https://fedoraproject.org/workstation/

@fedora

koen,
@koen@procolix.social avatar

@voorstad @jwijnings dat is een kwestie van smaak.

Persoonlijk zou ik geen op redhat gebaseerd systeem meer willen.

vind ik persoonlijk ‘makkelijker’, maar er zijn meer opties.

Voor is heel veel rete-goede documentatie.

Als je herhaalbaar en reproduceerbare installaties wilt denk ik dat een goede keus kan zijn.

koen,
@koen@procolix.social avatar

@voorstad @vosje62 @jwijnings @jurjen_heeck ik heb tegenwoordig met plasma6 werkt altijd geweldig en alle software die je je maar kunt wensen doet het gewoon meteen.

nobodyinperson, to NixOS
@nobodyinperson@fosstodon.org avatar

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

· Python update ⇒ all python-based #AUR packages must be rebuilt. #pipx-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.
...

nobodyinperson,
@nobodyinperson@fosstodon.org avatar

In :nixos: , you have a higher upfront effort to configure your system and package your own things, but the huge difference to other traditional distros is that this is a ONE-TIME effort: Once you have a NixOS package that does the job (even barely), you can pin it and keep using it eternally - with all its dependencies pinned as well. No moving parts anymore.

I find this brings much peace of mind. 😌

hasnep,
@hasnep@julialang.social avatar

@nobodyinperson Completely agree! When I used Ubuntu and needed to tweak something I was always worried that I would forget what I'd done and be unable to fix it again in the future. With it's written down and commented, and I can deploy the same config over and over again 😁

MarcusSchwemer, to random German
@MarcusSchwemer@muenchen.social avatar

Looking for a snap free distro for my next computer.

  • Fedora
  • Mint

Are already on my list. Any other recommendations?

danielsiepmann,
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

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.

publicvoit, to reddit
@publicvoit@graz.social avatar

Pre-warning to my followers: I'm going to leave for good and I'm blogging about the reasons - mostly because reddit management gone crazy (latest: my isn't working any more for reddit) & also because of https://karl-voit.at/2020/10/23/avoid-web-forums/

If you did not already, organize yourself a decent / aggregator and follow good content from there. My blog has also feeds to follow: https://karl-voit.at/how-to-use-this-blog/

I presume you could use Mastodon as a feed aggregator as well: https://duckduckgo.com/?t=ffab&q=mastodon+as+rss+aggregator&ia=web

publicvoit,
@publicvoit@graz.social avatar

I'm Leaving for Good and This Is Why
https://www.karl-voit.at/2024/05/23/leaving-reddit/

👋

I'm going to miss the community, I'm not going to miss the platform.

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/

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

🤷‍♂️

tuxedocomputers, to Youtube German
@tuxedocomputers@linuxrocks.online avatar
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 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.

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