Compare commits

..

No commits in common. "8251d8e6e88ae60740c28d4225a248603ce46a44" and "bafb1347024a0a5decb806228b2d3d2fab5b8a7a" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -20,16 +20,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1721562059,
"narHash": "sha256-Tybxt65eyOARf285hMHIJ2uul8SULjFZbT9ZaEeUnP8=",
"lastModified": 1701053011,
"narHash": "sha256-8QQ7rFbKFqgKgLoaXVJRh7Ik5LtI3pyBBCfOnNOGkF0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "68c9ed8bbed9dfce253cc91560bf9043297ef2fe",
"rev": "5b528f99f73c4fad127118a8c1126b5e003b01a9",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -15,7 +15,7 @@ def main [
$"--target-host ($machine)"
}
let printBuildLogs = if $verbose {
let printBuildLogs = if $print_build_logs {
$"--verbose"
}