atomic-studio-org / Utility-Flake-Library

Utility nix flake library for any Atomic Studio project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utility flake for Atomic Studio

This flake provides some attributes for any Atomic Studio project so that there will be less duplication between repos

For example: There are some scripts like cosign-generate that are useful on any repository that needs cosign, that needs to be updated in each one, thus making this very annoying to maintain. This repo's objective is to make this as least annoying as possible.

You can consume this repo in your other projects by running the following command:

# This should initialize a github repo with default things
nix flake init --template github:atomic-studio-org/Utility-Flake-Library#

Any other attibute is specified in the nix flake and it can be imported in your other flakes!

About

Utility nix flake library for any Atomic Studio project

License:Apache License 2.0


Languages

Language:Nix 86.4%Language:YAML 13.6%