feat(iso): Use default nixpkgs version
All checks were successful
build configuration / build_rescue01 (push) Successful in 1m45s
build configuration / build_web02 (push) Successful in 1m46s
build configuration / build_storage01 (push) Successful in 1m49s
build configuration / build_compute01 (push) Successful in 1m52s
build configuration / build_vault01 (push) Successful in 1m57s
lint / check (push) Successful in 32s
build configuration / build_web01 (push) Successful in 2m21s
build configuration / build_geo02 (push) Successful in 1m19s
build configuration / build_geo01 (push) Successful in 1m24s
build configuration / push_to_cache_rescue01 (push) Successful in 1m24s
build configuration / push_to_cache_web02 (push) Successful in 1m29s
build configuration / push_to_cache_storage01 (push) Successful in 1m43s
build configuration / push_to_cache_compute01 (push) Successful in 1m54s
build configuration / push_to_cache_geo02 (push) Successful in 1m15s
build configuration / push_to_cache_geo01 (push) Successful in 1m18s
build configuration / push_to_cache_web01 (push) Successful in 1m55s

This commit is contained in:
Tom Hubrecht 2024-07-30 10:57:08 +02:00
parent e0cec882d8
commit d566336d5e
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
NIXPKGS=$(nix-build nixpkgs.nix)
NIXPKGS=$(nix-build --no-out-link nixpkgs.nix)
nixos-generate -c configuration.nix -I NIX_PATH="$NIXPKGS" -f install-iso

View file

@ -1,5 +1,6 @@
let
inherit (import ../npins) nixpkgs;
version = (import ../meta/nixpkgs.nix).default;
nixpkgs = (import ../npins)."nixos-${version}";
in
(import nixpkgs { }).srcOnly {