Dave Gallant 9ba223e4c0 nix flake update: 2025-08-20 10:40:20 UTC
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/a58390ab6f1aa810eb8e0f0fc74230e7cc06de03' into the Git cache...
unpacking 'github:NixOS/nixpkgs/5f070fb987ab29d06a66626d765f6c900e9eb106' into the Git cache...
unpacking 'github:NixOS/nixpkgs/20075955deac2583bb12f07151c2df830ef346b4' into the Git cache...
unpacking 'github:danth/stylix/5e01d0411929ea7900fcb92d1a1c3cc44f78152e' into the Git cache...
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/48f4c982de68d966421d2b6f1ddbeb6227cc5ceb?narHash=sha256-axUoWcm4cNQ36jOlnkD9D40LTfSQgk8ExfHSRm3rTtg%3D' (2025-08-17)
  → 'github:NixOS/nixpkgs/a58390ab6f1aa810eb8e0f0fc74230e7cc06de03?narHash=sha256-BA9MuPjBDx/WnpTJ0EGhStyfE7hug8g85Y3Ju9oTsM4%3D' (2025-08-19)
• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/b9f6f02d161095c1766660dd0ff202b45fd0d215?narHash=sha256-PwJawlJQzUvQQ%2BofRQUo3Q50%2BLr812CsosASpo7xHZg%3D' (2025-08-18)
  → 'github:NixOS/nixpkgs/5f070fb987ab29d06a66626d765f6c900e9eb106?narHash=sha256-sSu4S1PJbtRhCcD0Twvu2gvAewNTEQo6LDZSaZ3hwG4%3D' (2025-08-20)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/fbcf476f790d8a217c3eab4e12033dc4a0f6d23c?narHash=sha256-wNO3%2BKs2jZJ4nTHMuks%2BcxAiVBGNuEBXsT29Bz6HASo%3D' (2025-08-14)
  → 'github:NixOS/nixpkgs/20075955deac2583bb12f07151c2df830ef346b4?narHash=sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs%2BStOp19xNsbqdOg%3D' (2025-08-19)
• Updated input 'stylix':
    'github:danth/stylix/431ca71147e184b30a9924f99f8ac8c4314184c9?narHash=sha256-G4ML0jiSEgVepOJzBRvrzZAA%2BJJKpAZXmYKYCg0QaRU%3D' (2025-08-18)
  → 'github:danth/stylix/5e01d0411929ea7900fcb92d1a1c3cc44f78152e?narHash=sha256-goHx%2BESkCXfo80GwOhjO8n5gPEUrnC5ZMUuwPPdXifE%3D' (2025-08-19)
2025-08-20 06:40:20 -04:00
2025-08-12 22:40:37 -04:00
2025-04-06 22:03:10 -04:00
2025-04-12 23:55:23 -04:00
2025-06-19 09:04:14 -04:00
2025-05-23 19:02:04 -04:00
2025-05-30 22:43:16 -04:00
2025-06-09 12:56:27 -04:00
2023-09-30 21:20:12 -04:00
2024-05-29 18:58:15 -04:00
2025-05-08 07:44:38 -04:00
2024-06-28 12:01:09 -04:00
2025-04-06 22:03:10 -04:00
2024-09-17 23:49:08 -04:00

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.

Description
configuration for my mac and linux workstations
Readme MIT 7.1 MiB
Languages
Nix 96.7%
Shell 1.8%
Just 1.5%