initial rust-shell setup

This commit is contained in:
Christoph Hollizeck 2024-08-26 21:20:15 +02:00
parent 559b376ac0
commit 2d88ee60db
8 changed files with 130 additions and 98 deletions

View file

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