Add comment about getting nixpkgs through registry

This commit is contained in:
Marien Zwart 2024-05-12 20:40:49 +10:00
parent 1e879c9556
commit ebc03f12fe
No known key found for this signature in database

View file

@ -14,6 +14,7 @@
{
inputs = {
# Default to reusing the system's emacs package if it has nixpkgs in the system flake registry.
nixpkgs.url = "nixpkgs";
systems.url = "github:nix-systems/default";
doomemacs = {