@@ -1,6 +1 @@
|
||||
{ pkgs, ... }:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
bun
|
||||
];
|
||||
}
|
||||
{ pkgs, ... }: pkgs.mkShell { packages = with pkgs; [ bun ]; }
|
||||
|
Reference in New Issue
Block a user