port to go
This commit is contained in:
parent
eac632d0cc
commit
a9d1d2ab20
5 changed files with 264 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue