Merge pull request #1159 from getchoo/fix-devshell

This commit is contained in:
Sefa Eyeoglu 2023-06-15 12:49:58 +02:00 committed by GitHub
commit 798e1abb58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
nil
];
inputsFrom = [self.packages.${system}.default];
inputsFrom = [self.packages.${system}.prismlauncher-unwrapped];
buildInputs = with pkgs; [ccache ninja];
};