Compare commits

..

2 commits

Author SHA1 Message Date
Nox Sluijtman 8251d8e6e8 New flake 2024-07-24 10:48:29 +02:00
Nox Sluijtman 88362d668b This might help 2024-07-24 10:25:34 +02:00
2 changed files with 5 additions and 5 deletions

View file

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

View file

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