infra/nix/pkgs/duplicacy/shell.nix

13 lines
186 B
Nix
Raw Normal View History

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