initial rust-shell setup

This commit is contained in:
Christoph Hollizeck 2024-08-26 21:20:15 +02:00
parent 30ce47b804
commit 22b095180c
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; }