Skip to content

Commit

Permalink
try out old devShell syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Jan 8, 2025
1 parent b1e619b commit bb79964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
in
{

devShells.default = pkgs.mkShell {
devShell = pkgs.mkShell {
buildInputs = sharedInputs ++ sharedDevInputs ++ darwinInputs ++ darwinDevInputs ++ linuxDevInputs
++ (if system == "x86_64-linux" then
[ pkgs.nixgl.nixVulkanIntel ]
Expand Down

0 comments on commit bb79964

Please sign in to comment.