rules-as-code-2025/default.nix

8 lines
106 B
Nix
Raw Normal View History

2025-03-13 12:18:02 +01:00
{ pkgs ? import <nixos-unstable> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs
];
}