initial
This commit is contained in:
33
pkgs/programming.nix
Normal file
33
pkgs/programming.nix
Normal file
@@ -0,0 +1,33 @@
|
||||
# abstraction is beautiful.
|
||||
|
||||
{ pkgs, ... }:
|
||||
|
||||
with pkgs; [
|
||||
radare2
|
||||
python311Full
|
||||
uv
|
||||
unityhub
|
||||
nodejs
|
||||
go
|
||||
binwalk
|
||||
dotnet-sdk_9
|
||||
csharp-ls
|
||||
gcc
|
||||
cmake
|
||||
gnumake
|
||||
ninja
|
||||
graalvmPackages.graalvm-ce
|
||||
pnpm
|
||||
rustup
|
||||
go-task
|
||||
dive
|
||||
podman-tui
|
||||
k3s
|
||||
kind
|
||||
podman-compose
|
||||
ghc
|
||||
haskellPackages.stack
|
||||
haskellPackages.hpack
|
||||
haskellPackages.cabal-install
|
||||
haskellPackages.haskell-language-server
|
||||
]
|
||||
Reference in New Issue
Block a user