1
0
Fork 0
myflake/shell.nix
2024-04-12 18:27:02 +02:00

9 lines
No EOL
99 B
Nix

{
pkgs ? import <nixpkgs> {}
}:
pkgs.mkShell {
buildInputs = with pkgs; [
nvfetcher
];
}