diff --git a/.gitignore b/.gitignore index 09e9e2d..3d4575f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ result* -.direnv/ - -flake.lock -!/flake.lock +.direnv diff --git a/LICENSE b/LICENSE index 141fcbf..a5d8715 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Kiana Sheibani +Copyright (c) 2023 Kiana Sheibani Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md deleted file mode 100644 index ca4a350..0000000 --- a/README.md +++ /dev/null @@ -1,46 +0,0 @@ -# Toki's Nix Flake Template Repository - -This is my personal collection of Nix flake templates for various programming -languages and build systems. - -## Motivation - -There already exists a [semi-official repository of flake -templates](https://github.com/NixOS/templates), so why make my own? - -I have a few different reasons: - -- **Comprehensiveness:** The official template repository is rather small and - doesn't have most of the templates I would actually want to use. -- **Consistency:** The templates in the official repository are contributed by - community members, and there's very little stylistic or structural consistency - between them. -- **Preference:** The structure of a flake can be very opinionated, and most of - the official flake templates are rather poorly constructed by my standards, - often not bothering to follow established best practices. - -## Usage - -Flake templates are used with the `nix flake init` command: - -```sh -nix flake init -t git+https://git.tokinanpa.dev/toki/templates#