2
0
mirror of https://github.com/Revertron/Alfis synced 2024-11-09 07:10:30 +00:00
Alfis/shell.nix

7 lines
142 B
Nix
Raw Permalink Normal View History

{ pkgs ? import <nixpkgs> { } }:
2021-05-14 08:06:46 +00:00
pkgs.mkShell {
buildInputs =
[ pkgs.cargo pkgs.rustc pkgs.webkitgtk pkgs.pkg-config pkgs.kdialog ];
2021-05-14 08:06:46 +00:00
}