Skip to content

Commit

Permalink
flake.nix/shell.nix merged
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 25, 2024
1 parent 0234791 commit aae58d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
9 changes: 8 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
(system:
let pkgs = nixpkgs.legacyPackages.${system}; in
{
devShells.default = import ./shell.nix { inherit pkgs; };
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
ncurses
graalvm-ce
sbt
dotnet-sdk_7
];
};
}
);
}
10 changes: 0 additions & 10 deletions shell.nix

This file was deleted.

0 comments on commit aae58d1

Please sign in to comment.