Files
himalaya/shell.nix
T
Clément DOUIN f250551c91 clean
2024-11-24 21:04:57 +01:00

9 lines
110 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [
nixd
nixpkgs-fmt
];
}