infra/nix/pkgs/duplicacy/shell.nix

13 lines
188 B
Nix
Raw Normal View History

2024-11-15 10:17:56 +01:00
with import <nixpkgs> { };
stdenv.mkDerivation {
name = "env";
buildInputs = [
zsh
go
go2nix
dep2nix
nix-prefetch-github
(callPackage ./default.nix { })
];
}