tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
chore: rename prev.system
dunkirk.sh
4 weeks ago
9d0512f2
75426586
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+1
-1
1 changed file
expand all
collapse all
unified
split
flake.nix
+1
-1
flake.nix
···
162
162
163
163
zmx-binary = prev.callPackage ./packages/zmx.nix { };
164
164
bore-auth = prev.callPackage ./packages/bore-auth.nix { };
165
165
-
herald = inputs.herald.packages.${prev.system}.default;
165
165
+
herald = inputs.herald.packages.${prev.stdenv.hostPlatform.system}.default;
166
166
})
167
167
];
168
168
};