Skip to content

Commit 50ec1a5

Browse files
fixup nix pkg
1 parent 861e05b commit 50ec1a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

.nix/flake.nix renamed to flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
pkgs.cargo-flamegraph
8383
];
8484

85-
cefEnv = import ./cef.nix { inherit pkgs; };
86-
rustGPUEnv = import ./rust-gpu.nix { inherit pkgs; };
85+
cefEnv = import ./.nix/cef.nix { inherit pkgs; };
86+
rustGPUEnv = import ./.nix/rust-gpu.nix { inherit pkgs; };
8787

8888
libPath = "${pkgs.lib.makeLibraryPath buildInputs}:${cefEnv.CEF_PATH}";
8989
in
@@ -102,11 +102,11 @@
102102
packages.default = pkgs.stdenv.mkDerivation(finalAttrs: {
103103
pname = "graphite-editor";
104104
version = "unstable";
105-
src = pkgs.lib.cleanSource ./..;
105+
src = pkgs.lib.cleanSource ./.;
106106

107107
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
108108
src = finalAttrs.src;
109-
hash = "sha256-BVIQIZbGW19Rof0J7U2r6XFCUC52hb7+uaE1di4bV4A=";
109+
hash = "sha256-/EqexPTVR1ufGsPwLv57fjmMsjENLPjnDPJI8JCzDZA=";
110110
};
111111

112112
npmDeps = pkgs.fetchNpmDeps {

0 commit comments

Comments
 (0)