Add Rocket devshell

This commit is contained in:
Charlotte Van Petegem 2022-06-07 09:54:36 +02:00
parent 6e6c373db2
commit e8ffcf11ec
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 47 additions and 1 deletions

24
flake.lock generated
View file

@ -308,10 +308,34 @@
"nixos-mailserver": "nixos-mailserver",
"nixpkgs": "nixpkgs",
"nur": "nur",
"rust-overlay": "rust-overlay",
"tetris": "tetris",
"utils": "utils"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1654483484,
"narHash": "sha256-Ki/sMgrUEj+31P3YMzZZp5Nea7+MQVVTdaRWQVS1PL4=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "6bc59b9c4ad1cc1089219e935aa727a96d948c5d",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"tetris": {
"inputs": {
"devshell": [