holy shit. why. why did i write the first version LOL. so fucking ocmplicated. and half broken.
8 lines
94 B
Nix
8 lines
94 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
babashka
|
|
];
|
|
}
|