Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nix: Remove pkgs.nix from devShell
Browse files Browse the repository at this point in the history
srid committed Nov 13, 2024

Verified

This commit was signed with the committer’s verified signature.
srid Sridhar Ratnakumar
1 parent b7b7eb9 commit 4f37947
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/nix_rs/crate.nix
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ in
crane = {
args = {
nativeBuildInputs = with pkgs; [
nix # Tests need nix cli
# nix # Tests need nix cli
];
DEFAULT_FLAKE_SCHEMAS = lib.cleanSourceWith {
name = "flake-schemas";
2 changes: 1 addition & 1 deletion crates/omnix-gui/crate.nix
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ in
makeWrapper
tailwindcss
dioxus-cli
pkgs.nix # cargo tests need nix
# pkgs.nix # cargo tests need nix
];
inherit (rust-project.crates."omnix-cli".crane.args)
DEFAULT_FLAKE_SCHEMAS;
2 changes: 1 addition & 1 deletion crates/omnix-health/crate.nix
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ in
;
CACHIX_BIN = pkgs.cachix + /bin/cachix;
nativeBuildInputs = with pkgs; [
nix # Tests need nix cli
# nix # Tests need nix cli
];
} // lib.optionalAttrs pkgs.stdenv.isLinux {
CARGO_BUILD_TARGET = "x86_64-unknown-linux-musl";

0 comments on commit 4f37947

Please sign in to comment.