Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T01:34:20.000Z (10 months ago)
- Last Synced: 2024-11-05T10:04:25.707Z (about 2 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
```