mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 18:53:39 +00:00
68e924a0191dd0cf3d751cbe9cd7e829a18feb7a
Run `man nix.conf` for more information on the `substituters` configuration option. Run `man nix.conf` for more information on the `substituters` configuration option. unpacking 'https://flakehub.com/f/DeterminateSystems/determinate/%2A' into the Git cache... unpacking 'github:NixOS/nixpkgs/76585886e082e5713881e00c729362a0d9b60d8b' into the Git cache... unpacking 'github:NixOS/nixpkgs/910796cabe436259a29a72e8d3f5e180fc6dfacc' into the Git cache... • Updated input 'home-manager': 'github:nix-community/home-manager/afe9ce8b2014fa1230ade38bf07156cdcef63658?narHash=sha256-1hFy%2BbZRZoYb7RaUXsW%2B9YFtjjFrQpschd8qZpy9org%3D' (2025-05-30) → 'github:nix-community/home-manager/282e1e029cb6ab4811114fc85110613d72771dea?narHash=sha256-RMhjnPKWtCoIIHiuR9QKD7xfsKb3agxzMfJY8V9MOew%3D' (2025-05-31) • Updated input 'nixpkgs-master': 'github:NixOS/nixpkgs/ce490d7b984988f8689470d8608b6253860f990a?narHash=sha256-MlwN0xoon4RB/nkQyTrG6ceiwn%2BAsMEMt3F4W3UN3Zc%3D' (2025-05-31) → 'github:NixOS/nixpkgs/76585886e082e5713881e00c729362a0d9b60d8b?narHash=sha256-/bXrRPTC3W/DaBJqVFjmUYXMd4m/kTolI8ztLzzzq60%3D' (2025-06-01) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/96ec055edbe5ee227f28cdbc3f1ddf1df5965102?narHash=sha256-7doLyJBzCllvqX4gszYtmZUToxKvMUrg45EUWaUYmBg%3D' (2025-05-28) → 'github:NixOS/nixpkgs/910796cabe436259a29a72e8d3f5e180fc6dfacc?narHash=sha256-StSrWhklmDuXT93yc3GrTlb0cKSS0agTAxMGjLKAsY8%3D' (2025-05-31) • Updated input 'nixvim': 'github:nix-community/nixvim/cfea16cdbe4f13b5d39dfe3df747092448252c9d?narHash=sha256-1bGQAkqnGyov/tfiJw1HTK3vTHrgEo977J6RfjqrH0s%3D' (2025-05-25) → 'github:nix-community/nixvim/82fafc9f9f89b54e13cff3c51582b6c228ec8331?narHash=sha256-oztcrhUwXAqPRBqyh9yJo6Ymiu4T94MdPARa/fTw75I%3D' (2025-05-31) • Updated input 'nixvim/nuschtosSearch': 'github:NuschtOS/search/066afe8643274470f4a294442aadd988356a478f?narHash=sha256-8v4y6k16Ra/fiecb4DxhsoOGtzLKgKlS%2B9/XJ9z0T2I%3D' (2025-04-19) → 'github:NuschtOS/search/f8a1c221afb8b4c642ed11ac5ee6746b0fe1d32f?narHash=sha256-PP11GVwUt7F4ZZi5A5%2B99isuq39C59CKc5u5yVisU/U%3D' (2025-05-26) • Updated input 'nixvim/nuschtosSearch/ixx': 'github:NuschtOS/ixx/a1176e2a10ce745ff8f63e4af124ece8fe0b1648?narHash=sha256-fTVAWzT1UMm1lT%2BYxHuVPtH%2BDATrhYfea3B0MxG/cGw%3D' (2025-01-20) → 'github:NuschtOS/ixx/cc5f390f7caf265461d4aab37e98d2292ebbdb85?narHash=sha256-FVO01jdmUNArzBS7NmaktLdGA5qA3lUMJ4B7a05Iynw%3D' (2025-05-26) • Updated input 'stylix': 'github:danth/stylix/79ec2e885e2b66f2fc6e6b6db15c49c81ebaf7d8?narHash=sha256-nnvjhz1PtS/Vfw8bgU0AkXq1U42gilzfFak65EmHW4g%3D' (2025-05-30) → 'github:danth/stylix/8dc316b5766041bdd40b2405105c87d50b4fea00?narHash=sha256-Mzu6wzK1wP66aFdwung2ZLWxiLt5iRibu9QBjYqo0Xs%3D' (2025-05-31)
nix-config
This repo stores nix configuration to manage my hosts running NixOS and macOS.
The configuration is very specific to my own machines and setup, but it may be a useful reference for anyone else learning or experimenting with nix, whether it be on a personal workstation or a server environment.
Prerequisites
Build
To run a build/rebuild:
just rebuild
Update
To update nixpkgs defined in flake.nix, run:
just update
If there are updates, they should be reflected in flake.lock.
Rollback
To rollback to the previous generation:
just rollback
Garbage collection
To cleanup previous files, run nix garbage collection:
just clean
Pre-commit hooks
Run nix develop
to install the pre-commit hooks.
Languages
Nix
96.6%
Shell
1.9%
Just
1.5%