1
0
Fork 0
mirror of https://github.com/NixOS/nixos-artwork synced 2024-10-18 00:06:24 -04:00
nixos-artwork/shell.nix

7 lines
144 B
Nix

with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [ grub2_efi inkscape imagemagick ];
dejavu = dejavu_fonts;
__strictDeps = true;
}