achat-maison-albi-fr/default.nix

6 lines
106 B
Nix
Raw Normal View History

2025-01-04 23:14:06 +01:00
{ pkgs ? import <nixos-unstable> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs ];
}