Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manveru/nix-lib
The standard library for Nix
https://github.com/manveru/nix-lib
flakes lib nix
Last synced: about 3 hours ago
JSON representation
The standard library for Nix
- Host: GitHub
- URL: https://github.com/manveru/nix-lib
- Owner: manveru
- License: mit
- Created: 2020-05-21T02:04:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T01:05:30.000Z (over 2 years ago)
- Last Synced: 2024-11-05T18:50:54.733Z (about 2 months ago)
- Topics: flakes, lib, nix
- Language: Nix
- Size: 293 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Nix Lib
This is a copy of the lib directory from
[nixpkgs](https://github.com/NixOS/nixpkgs) for inclusion in flakes that don't
need the rest of the repository.## Update status
![Update](https://github.com/manveru/nix-lib/workflows/Update/badge.svg)
## TODO
* Run tests as flake checks
* Deprecated functions are tricky to remove while keeping the sync intact, so
they remain here for now. Think of a better way to remove them.
* Find flakes alternative for the unpinned nix-shell shebang in `update.sh`