Files
Mark Vainomaa 911ce56461 Add shell.nix
2021-05-13 04:34:17 +03:00

5 lines
100 B
Nix

{ pkgs ? import <nixpkgs> { }, ... }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ cachix ];
}