Skip to content

Commit

Permalink
flake: fix errors and drops unused inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Jul 23, 2024
1 parent 78a13ae commit 341bdeb
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 7 deletions.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
in {
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [nixfmt wasm-pack wgsl-analyzer cargo-outdated nodePackages.pnpm];
packages = with pkgs; [nixfmt-rfc-style wasm-pack wgsl-analyzer cargo-outdated nodePackages.pnpm];
inputsFrom = with config.packages; [flux flux-desktop flux-wasm];
nativeBuildInputs = [rustToolchain];
};
Expand Down
36 changes: 33 additions & 3 deletions flake.lock

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

3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
flake-utils.url = "github:numtide/flake-utils";
flake-parts.url = "github:hercules-ci/flake-parts";
crane = {
url = "github:ipetkov/crane";
Expand All @@ -13,15 +12,13 @@
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
wgsl-analyzer-flake = {
url = "github:wgsl-analyzer/wgsl-analyzer";
inputs = {
nixpkgs.follows = "nixpkgs";
crane.follows = "crane";
flake-utils.follows = "flake-utils";
};
};
};
Expand Down

0 comments on commit 341bdeb

Please sign in to comment.