Files
Alfis/shell.nix
T
renesat ba716d9d4c Update nixos support
Add flake.nix file and update shell.nix.
2021-12-23 23:17:55 +03:00

7 lines
142 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs =
[ pkgs.cargo pkgs.rustc pkgs.webkitgtk pkgs.pkg-config pkgs.kdialog ];
}