Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafalb8/nix-conf
My Nix configuration
https://github.com/rafalb8/nix-conf
Last synced: 5 days ago
JSON representation
My Nix configuration
- Host: GitHub
- URL: https://github.com/rafalb8/nix-conf
- Owner: rafalb8
- Created: 2024-01-25T14:34:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T21:19:45.000Z (11 days ago)
- Last Synced: 2024-11-03T22:21:32.023Z (11 days ago)
- Language: Nix
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Nix OS configuration
- [NixOS Wiki](https://wiki.nixos.org/)
- [Nixpkgs search](https://search.nixos.org/)
- [Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/)## Source code
- [Nixpkgs](https://github.com/NixOS/nixpkgs/)
- [Home Manager](https://github.com/nix-community/home-manager)## Building packages
- [stdenv.mkDerivation](https://nixos.org/manual/nixpkgs/stable/#sec-using-stdenv)
- [autoPatchElfHook](https://nixos.org/manual/nixpkgs/stable/#setup-hook-autopatchelfhook)
- [AppImage](https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-appimageTools)
- [Python](https://nixos.org/manual/nixpkgs/stable/#buildpythonpackage-function)