Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Switch to FlakeHub URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Sep 8, 2023
1 parent 279936f commit 5a72991
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
13 changes: 5 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Nuenv: a Nushell environment for Nix";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; # Provides Nushell v0.81.0
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2305.*.tar.gz"; # Provides Nushell v0.81.0
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
4 changes: 1 addition & 3 deletions nuenv/builder.nu
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@ def runPhase [
exit $exitCode
}
}
} else {
if $nix.debug { info $"Skipping empty (blue $name) phase" }
}
} else if $nix.debug { info $"Skipping empty (blue $name) phase" }
}

# The available phases (just one for now)
Expand Down

0 comments on commit 5a72991

Please sign in to comment.