Skip to content

Commit

Permalink
fix NixOS#10
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 19, 2024
1 parent e4781c4 commit 9bb0a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "nix-installer"
description = "The Determinate Nix Installer"
description = "Experimental Nix Installer"
version = "0.14.0"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
repository = "https://github.com/DeterminateSystems/nix-installer"
repository = "https://github.com/NixOS/experimental-nix-installer/issues/9"
documentation = "https://docs.rs/nix-installer/latest/nix_installer"

[package.metadata.riff.targets.aarch64-apple-darwin]
Expand Down
2 changes: 1 addition & 1 deletion src/action/base/create_or_merge_nix_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ impl Action for CreateOrMergeNixConfig {
}

new_config
.push_str("# Generated by https://github.com/DeterminateSystems/nix-installer.\n");
.push_str("# Generated by https://github.com/NixOS/experimental-nix-installer.\n");
new_config.push_str("# See `/nix/nix-installer --version` for the version details.\n");
new_config.push_str("\n");

Expand Down

0 comments on commit 9bb0a64

Please sign in to comment.