mirror of
https://github.com/Revertron/Alfis.git
synced 2024-12-06 19:26:25 +01:00
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 ];
|
|
}
|