refactor: Reshuffle file structure for better code layout
This gets rid of the package called "server" and instead moves everything into the project root, such that Go actually builds us a binary called `nixery`. This is the first step towards factoring out CLI-based functionality for Nixery.
This commit is contained in:
parent
df88da126a
commit
2b82f1b71a
21 changed files with 83 additions and 114 deletions
|
@ -20,5 +20,5 @@ let nixery = import ./default.nix { inherit pkgs; };
|
|||
in pkgs.stdenv.mkDerivation {
|
||||
name = "nixery-dev-shell";
|
||||
|
||||
buildInputs = with pkgs; [ jq nixery.nixery-build-image ];
|
||||
buildInputs = with pkgs; [ jq nixery.nixery-prepare-image ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue