mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-21 14:41:34 +00:00
Cleanup Nix flake.
This commit is contained in:
@@ -49,8 +49,6 @@
|
||||
mv $out/bin/{src,git-pages}
|
||||
'';
|
||||
};
|
||||
|
||||
image = pkgs.callPackage ./nix/pkgs/image.nix { inherit git-pages self; };
|
||||
in
|
||||
{
|
||||
formatter = pkgs.nixfmt-tree;
|
||||
@@ -59,10 +57,14 @@
|
||||
inputsFrom = [
|
||||
git-pages
|
||||
];
|
||||
|
||||
packages = with pkgs; [
|
||||
flyctl
|
||||
];
|
||||
};
|
||||
|
||||
packages = {
|
||||
inherit git-pages image;
|
||||
inherit git-pages;
|
||||
default = git-pages;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user