A simple NixOS deployment tool using nixos-rebuild internally, but trying to make infrastructure deployment more convenient.
Find a file
2024-06-06 20:23:48 +02:00
src/infra_rebuild build: set version statically in pyproject.toml 2024-06-06 20:23:48 +02:00
tests Create a skeleton python project and modify it to fit this project 2024-06-05 15:24:47 +02:00
.gitignore build: Add Nix flake for building x86_64- and aarch64-linux Nix packages 2024-06-06 20:18:52 +02:00
CONTRIBUTING.md docs: specify a commit message format to use 2024-06-06 00:37:51 +02:00
COPYING License this program under GPL-3.0-or-later 2024-06-04 23:25:10 +02:00
flake.lock build: Add Nix flake for building x86_64- and aarch64-linux Nix packages 2024-06-06 20:18:52 +02:00
flake.nix build: Add Nix flake for building x86_64- and aarch64-linux Nix packages 2024-06-06 20:18:52 +02:00
pyproject.toml build: set version statically in pyproject.toml 2024-06-06 20:23:48 +02:00
README.md License this program under GPL-3.0-or-later 2024-06-04 23:25:10 +02:00

infra-rebuild

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.