Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
vlinkz committed Jan 8, 2024
1 parent e1aa011 commit bb99e67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 45 deletions.
47 changes: 5 additions & 42 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0"
clap = { version = "4.1", features = ["derive"] }
#nix-data = { git = "https://github.com/snowflakelinux/nix-data", branch = "main" }
nix-data = { path = "/home/victor/Documents/rust/nix-data" }
nix-data = { git = "https://github.com/snowfallorg/nix-data", branch = "main" }
owo-colors = { version = "3.5", features = ["supports-colors"] }
lazy_static = "1.4"
ijson = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkgs.rustPlatform.buildRustPackage {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"nix-data-0.0.2" = "sha256-yts2bkp9cn4SuYPYjgTNbOwTtpFxps3TU8zmS/ftN/Q=";
"nix-data-0.0.3" = "sha256-kLcAtvZPa1VKHmMJR3xiX94lkkmfUFvzn/pnw6r5w4I=";
};
};

Expand Down

0 comments on commit bb99e67

Please sign in to comment.