https://github.com/jedimahdi/flakeit
Make it easier to work with Nix flake templates
https://github.com/jedimahdi/flakeit
flake haskell nix optparse-applicative
Last synced: 15 days ago
JSON representation
Make it easier to work with Nix flake templates
- Host: GitHub
- URL: https://github.com/jedimahdi/flakeit
- Owner: jedimahdi
- License: mit
- Created: 2024-02-21T03:19:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T01:34:20.000Z (about 2 years ago)
- Last Synced: 2025-10-23T22:02:54.716Z (7 months ago)
- Topics: flake, haskell, nix, optparse-applicative
- Language: Haskell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flakeit
Make it easier to work with Nix flake templates.
## Usage
```sh
flakeit --help
flakeit add github:NixOS/templates
flakeit list
```
### fzf
```sh
flakeit list | fzf | xargs flakeit init -t
```
## Installation
### Install from source using cabal
```sh
git clone https://github.com/jedimahdi/flakeit.git
cd flakeit
cabal install exe:flakeit
```
### nix-env
```sh
nix-env -i -f https://github.com/jedimahdi/flakeit/archive/master.tar.gz
nix profile install github:jedimahdi/flakeit/latest
```