initial rust-shell setup

This commit is contained in:
Christoph Hollizeck 2024-08-26 21:20:15 +02:00
parent 07ebbac912
commit 2a16fc03e7
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
7 changed files with 94 additions and 55 deletions

View file

@ -1,5 +1,3 @@
{ channels, ... }:
final: prev: {
inherit (channels.unstable) pobfrontend;
}
final: prev: { inherit (channels.unstable) pobfrontend; }