treewide: upgrade npins to support lfs
Check / Nix flake (push) Failing after 9s
Lint / Nix expressions (push) Failing after 10s

this has the side effect of making the root site's favicon work
This commit is contained in:
2026-05-05 19:19:45 +02:00
parent 00e815c003
commit bc0bac561b
3 changed files with 167 additions and 33 deletions
+21 -1
View File
@@ -2,6 +2,26 @@
{
perSystem =
{ pkgs, ... }:
let
npins' = pkgs.npins.overrideAttrs (
final: old: {
src = pkgs.fetchFromGitHub {
owner = "javalsai";
repo = "npins";
rev = "f3def7dfeecc16884cb0601f6c904d5142f47383";
hash = "";
};
cargoHash = null;
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
src = final.src;
hash = "";
};
cargoBuildFeatures = [ ];
}
);
in
{
devShells.default = pkgs.mkShell {
name = "configuration.nix";
@@ -33,7 +53,7 @@
jujutsu
nix-output-monitor
nixfmt
npins
npins'
parted
smartmontools
statix