no seriously
no seriously
Comments
Comments
submitted by shrek_is_love to nix
29 points | 1 comments
https://nixos.org/blog/announcements/2026/nixos-2605/
Comments
CI/CD has become a standard tool in every modern software developers day to day experience. We demand a lot from our CI/CD systems! and our software is all the better for it. But I think a lot of us have a slightly under-principled way of talking and thinking about it. Specifically I want to talk about how we tend to lump two very different types of tasks under the banner of "tests" or sometimes…
submitted by tanja to nix
1 points | 0 comments
From my own post: cross-posted from: lemmy.world/post/47418159
I’ve just set up bees on my laptop.
I’m genuinely amazed.
Idk why, but I thought this was more of a gimmick for some reason, but nah it works…
submitted by quarterstar to nix
6 points | 0 comments
You probably already know that Nix Flakes does not recognize files in your project if you do not track them by Git, and if you do not want to add them directly, you can use the –intent-to-add flag:
git add --intent-to-add <file>
This makes Git track the file, but it is not staged. Example:
$ touch file
$ git add…
Updates to the nix configuration including adding opencode and lms to the path. Ensuring system parity across machines.
Comments
Comments
Comments
Adding Nix flakes and pre-commit hooks to standardize development environments across the ecosystem.
submitted by onlinepersona to nix
6 points | 0 comments
TL;DR fetchmail to move all emails from email provider to local mailbox that is then served via IMAP by dovecot
Hi, I like being able to switch between email providers easily without having to change my email address (related post). For example right now people have to go through the hassle of going from mygreatusername@some.host to…
Comments
submitted by shrek_is_love to nix
2 points | 0 comments
https://goldstein.lol/posts/great-nix-flake-check/
cross-posted from: lemmy.bestiver.se/post/1035312
> Comments
Comments
Comments
Comments
Comments
Comments
Comments
Added pre-commit hooks to every repo and nix flake.nix files for reproducible builds across all projects.
submitted by ruffsl to nix
11 points | 4 comments
https://blog.marciosobel.dev/switching-to-nixos/
Comments
submitted by dadarobot to nix
7 points | 1 comments
long story short: i have a surface tablet with an sd card in it. id like the sd card to hold /nix. i cant seem to rsync without (im guessing the links are expanding) the bigger drive (sdcard) filling up. thank you
Comments
Added PDS and Mastodon configuration to nix-starter, plus a new host profile for the server.
Comments
Comments