Skip to content

Commit

Permalink
update(cli): bump nixos to 22.11
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Feb 6, 2023
1 parent 00d795e commit 4bc832a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ impl HcScaffold {
let output = Command::new("nix-shell")
.stdout(Stdio::inherit())
.current_dir(std::env::current_dir()?.join(&name))
.args(["-I", "nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-21.11.tar.gz", "-p", "niv", "--run", "niv init && niv drop nixpkgs && niv drop niv && niv add -b pr_holonix_on_flakes holochain/holochain"])
.args(["-I", "nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-22.11.tar.gz", "-p", "niv", "--run", "niv init && niv drop nixpkgs && niv drop niv && niv add -b pr_holonix_on_flakes holochain/holochain"])
.output()?;

if !output.status.success() {
Expand Down

0 comments on commit 4bc832a

Please sign in to comment.