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

View File

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