more university related packages

This commit is contained in:
Rouven Seifert 2023-04-17 19:02:09 +02:00
parent 047099ae07
commit d261d9fc65
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 17 additions and 13 deletions

View file

@ -117,11 +117,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681690464, "lastModified": 1681746824,
"narHash": "sha256-x8pw8KAb9TJsszbCHUBK2bWvgYPlCjwHMV1dF95eZPs=", "narHash": "sha256-TRe6SAYqTEyWmHwg5gpAj3arebje/OVi7z9yLqZRYqg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "53bd74f786934997e7f6a5ed9741b226e511e508", "rev": "ae79840bc756e97f9750fc70448ae0efc1b8dcc3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -142,11 +142,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681677208, "lastModified": 1681749328,
"narHash": "sha256-R9b2/SZfkxuv54YDo4FUp65wgLREQ4gfYxfJ9mSMTno=", "narHash": "sha256-KUsg/ioKI2CJJTH7QyrII/xd2m2ZOXtKgKUTq+x9+DY=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "c62ab1bee72cc4bda16a0574a8c9de7d71da314a", "rev": "8b3d8dc7927a77b615174b1241545023c554f97d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -362,11 +362,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1681643287, "lastModified": 1681745994,
"narHash": "sha256-KpnuNlGSidMCF4/Wqc994ZsKpyvdWMtD6A7nS5i8izs=", "narHash": "sha256-xust2d+87YVEn71uhp0sStpVgZzauRFVp5Pjo8RACDU=",
"owner": "pta2002", "owner": "pta2002",
"repo": "nixvim", "repo": "nixvim",
"rev": "75a5e45b2b85a17e2c4b5f1e8d86f0552dff6abe", "rev": "f8c412ba7f7ddfeb48f72507c6fb2ae44f11e105",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -434,11 +434,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681467444, "lastModified": 1681723877,
"narHash": "sha256-QynLsnA4CoQBHEBNgayqQrTOsTddpsu/bK4WmevVNQQ=", "narHash": "sha256-eC3IbyoXpVeBcknU1UHe8WAFBNWbFsnqmiz/uNQLPBc=",
"owner": "therealr5", "owner": "therealr5",
"repo": "purge", "repo": "purge",
"rev": "1614f89ac4c2be5ab77a280e1f4672ad2ad6c670", "rev": "51f25de6c189c5f3f2ff265acd77f98edcc72da5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -156,8 +156,12 @@
intel-gpu-tools intel-gpu-tools
# rust # rust
rustc
cargo cargo
rustc
rustfmt
# java stuff
javaPackages.junit_4_12
]; ];
programs.java.enable = true; programs.java.enable = true;