ba716d9d4c
Add flake.nix file and update shell.nix.
7 lines
142 B
Nix
7 lines
142 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
|
|
pkgs.mkShell {
|
|
buildInputs =
|
|
[ pkgs.cargo pkgs.rustc pkgs.webkitgtk pkgs.pkg-config pkgs.kdialog ];
|
|
}
|