updated sources + patches + more patches

This commit is contained in:
eyjhb 2024-11-05 18:31:01 +01:00
parent ce4d807d53
commit 7313bb8344
Signed by: eyjhb
GPG key ID: 609F508E3239F920
8 changed files with 60 additions and 38 deletions

View file

@ -5,6 +5,7 @@ set -ex
USERNAME="root"
IP="gerd.fricloud.dk"
NIXPKGS=$(nix build --impure --json --expr '(import ./shared/sources).nixpkgs' | jq -r '.[].outputs.out')
NIXPKGS=$(nix eval --impure --json --expr '(import ./shared/sources/default.nix).nixpkgs.outPath' | jq -r)
export NIX_PATH="nixpkgs=$NIXPKGS"