Compare commits
2 commits
bafb134702
...
8251d8e6e8
Author | SHA1 | Date | |
---|---|---|---|
Nox Sluijtman | 8251d8e6e8 | ||
Nox Sluijtman | 88362d668b |
|
@ -20,16 +20,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1701053011,
|
||||
"narHash": "sha256-8QQ7rFbKFqgKgLoaXVJRh7Ik5LtI3pyBBCfOnNOGkF0=",
|
||||
"lastModified": 1721562059,
|
||||
"narHash": "sha256-Tybxt65eyOARf285hMHIJ2uul8SULjFZbT9ZaEeUnP8=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5b528f99f73c4fad127118a8c1126b5e003b01a9",
|
||||
"rev": "68c9ed8bbed9dfce253cc91560bf9043297ef2fe",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-23.05",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ def main [
|
|||
$"--target-host ($machine)"
|
||||
}
|
||||
|
||||
let printBuildLogs = if $print_build_logs {
|
||||
let printBuildLogs = if $verbose {
|
||||
$"--verbose"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue