port to go

This commit is contained in:
Tim Schubert 2022-05-22 21:59:54 +02:00
parent eac632d0cc
commit a9d1d2ab20
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 264 additions and 1 deletions

View file

@ -8,7 +8,7 @@
let pkgs = nixpkgs.legacyPackages.${system}; in
rec {
packages = flake-utils.lib.flattenTree {
hello = pkgs.callPackage ./nix { pkgs = pkgs; };
pad-archiver = pkgs.callPackage ./nix { pkgs = pkgs; };
gitAndTools = pkgs.gitAndTools;
};
defaultPackage = packages.pad-archiver;