aboutsummaryrefslogtreecommitdiffstats
path: root/npins/sources.json (unfollow)
Commit message (Collapse)Author
29 hoursmodules/direnv: Implement pre-cached devshellsBenedikt Peetz
That means, that the devshells are only build once and centrally updated. Ideally, they would be built upon system update, but I haven't figured out a way to run `nix print-dev-env` in a nix build sandbox yet (and hope, that it's not necessary anymore once, that functionality moves to nixpkgs' `mkShell`).
29 hourstreewide: UpdateBenedikt Peetz
29 hoursinputs.nix: Use nixos channels instead of github for the nixos tarballsBenedikt Peetz
This reduces the dependency on github somewhat.
5 daystreewide: UpdateBenedikt Peetz
2026-07-25treewide: UpdateBenedikt Peetz
2026-07-20treewide: UpdateBenedikt Peetz
2026-07-01treewide: UpdateBenedikt Peetz
2026-06-14npins/turtle: UpdateBenedikt Peetz
2026-06-14npins: UpdateBenedikt Peetz
2026-06-14inputs.nix: Switch to lanzaboote masterBenedikt Peetz
The released version is already quite behind and currently doesn't build anymore, because the `bootspec.enable` option, used in the nix module, was removed from unstable.
2026-06-13treewide: UpdateBenedikt Peetz
2026-06-13modules/atuin: Use `turtle` insteadBenedikt Peetz
2026-06-03{pkgs/{lf-make-map,river-mk-keymap},flake}: UpdateBenedikt Peetz
2026-05-28inputs.nix: Switch to `nixos-unstable-small`Benedikt Peetz
There is a bug in the import-cargo-lock fetcher, that makes building my system impossible on `nixos-unstable`. The `-small` variant already has the fix.
2026-05-28treewide: Use unflake to de-duplicate flake inputsBenedikt Peetz
Otherwise, we still have a lot of `nixpkgs` in the closure (they are just not visible with npins).
2026-05-12treewide: Switch to npinsBenedikt Peetz