|
You are here |
jackkelly.name | ||
| | | | |
stephank.nl
|
|
| | | | | ||
| | | | |
drakerossman.com
|
|
| | | | | Home Manager is a tool to manage user-specific configuration on nix-enabled systems. By the end of this article you should have the understanding of why you should use it, as well as a system with Home Manager enabled. | |
| | | | |
kokada.dev
|
|
| | | | | ||
| | | | |
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... | ||