writeShellApplication updates

This commit is contained in:
John Lancaster
2026-04-12 23:20:00 -05:00
parent ec5ff115ce
commit 35e1d5ee61
3 changed files with 18 additions and 17 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ let
username = "john";
hostname = "janus";
ca-url = "https://janus.john-stream.com/";
fingerprint = "2036c44f7b5901566ff7611ea6c927291ecc6d2dd00779c0eead70ec77fa10d6";
fingerprint = builtins.readFile ./fingerprint;
in
{
flake.modules.nixos.janus-ca =
@@ -102,7 +102,7 @@ in
};
};
perSystem = { pkgs, lib, ... }: {
perSystem = { system, pkgs, lib, ... }: {
packages.janus-ca = inputs.wrappers.lib.wrapPackage {
inherit pkgs;
package = pkgs.step-cli;