fix: stdenv system error
This commit is contained in:
@@ -1439,7 +1439,7 @@ Edit `sow-assets-manifest/flake.nix`. Add the input:
|
||||
Change the outputs signature to `{ self, nixpkgs, sow-tools }`, delete the entire `crucibleVersion` / `crucibleArch` / `crucibleHashes` / `crucible = pkgs.stdenvNoCC.mkDerivation { ... }` block, and replace the `++ [ crucible ]` line in `packages` with:
|
||||
|
||||
```nix
|
||||
++ [ sow-tools.packages.${pkgs.system}.crucible ];
|
||||
++ [ sow-tools.packages.${pkgs.stdenv.hostPlatform.system}.crucible ];
|
||||
```
|
||||
|
||||
(`forAllSystems` here already passes `pkgs`; `pkgs.system` is available.)
|
||||
|
||||
Reference in New Issue
Block a user