Skip to content

Commit 64216c0

Browse files
fixup
1 parent 7255d74 commit 64216c0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.nix/dev.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ info, pkgs, inputs, deps, libs, tools, ... }:
1+
{ pkgs, deps, libs, tools, ... }:
22

33
pkgs.mkShell ({
44
packages = tools.all;

.nix/flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
};
4040

4141
deps = {
42-
rust = import ./deps/rust.nix { inherit pkgs inputs; };
4342
crane = import ./deps/crane.nix { inherit pkgs inputs; };
4443
cef = import ./deps/cef.nix { inherit pkgs inputs; };
4544
rustGPU = import ./deps/rust-gpu.nix { inherit pkgs inputs; };

.nix/pkgs/graphene-raster-nodes-shaders.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ info, pkgs, deps, libs, tools, ... }:
1+
{ info, pkgs, inputs, deps, libs, tools, ... }:
22

33
(deps.crane.lib.overrideToolchain (_: deps.rustGPU.toolchain)).buildPackage {
44
pname = "graphene-raster-nodes-shaders";

0 commit comments

Comments
 (0)