Skip to content

Commit

Permalink
fix: just is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Jul 17, 2024
1 parent e4d48c7 commit 1cf4de7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tools/nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,25 @@
# Set the rust toolchain from the `rust-toolchain.toml`.
rustToolchain = pkgs.pkgsBuildHost.rust-bin.fromRustupToolchainFile ../../rust-toolchain.toml;

# Things needed only at compile-time.
# Basic Packages.
nativeBuildInputsBasic = with pkgs; [
findutils
coreutils
bash
curl
git
jq
just

# Nix binary cache.
cachix
];

# Things needed only at compile-time.
# Packges for development.
nativeBuildInputsDev = with pkgs; [
# General build tooling.
rustToolchain
cargo-watch
just

# Uploading images.
skopeo
Expand All @@ -92,8 +92,6 @@
buildInputs = [];

# The package of this CLI tool.
# The global version for tripsu.
# This is gonna get tooled later.
tripsu = (import ./pkgs/tripsu.nix) {
inherit rootDir rustToolchain pkgs lib;
};
Expand Down Expand Up @@ -121,7 +119,7 @@
};

packages = {
# The package of this repo.
# Package of this repo.
tripsu = tripsu;

# Packages for CI.
Expand Down

0 comments on commit 1cf4de7

Please sign in to comment.