|
You are here |
xeiaso.net | ||
| | | | |
stephank.nl
|
|
| | | | | [AI summary] The author shares a technical guide on migrating personal NixOS configurations to use flakes, detailing methods for remote deployment, managing automatic upgrades on different systems, and setting up a private Git hosting server. | |
| | | | |
blog.janissary.xyz
|
|
| | | | | ||
| | | | |
blog.dbalan.in
|
|
| | | | | [AI summary] A technical tutorial explaining how to declaratively configure a macOS system using Nix, Nix-darwin, and Home Manager, covering bootstrapping the system and managing packages and user environments. | |
| | | | |
fzakaria.com
|
|
| | | If you have used Nix flakes, you likely encountered something like the following. std.url = "github:divnix/std"; std.inputs.devshell.follows = "devshell"; std.inputs.nixago.follows = "nixago"; std.inputs.nixpkgs.follows = "nixpkgs"; hive.url = "github:divnix/hive"; hive.inputs.colmena.follows = "colmena"; hive.inputs.disko.follows = "disko"; hive.inputs.nixos-generators.follows = "nixos-generators"; hive.inputs.nixpkgs.follows = "nixpkgs"; Why is this follows necessary? It's in fact not necessary b... | ||