Improve support for Nix dev shell
This commit is contained in:
@@ -24,5 +24,7 @@
|
||||
game = pkgs.callPackage ./game.nix (inputs // {inherit system;});
|
||||
default = game;
|
||||
};
|
||||
|
||||
devShells.default = pkgs.callPackage ./shell.nix {inherit system;};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user