diff options
author | tdback <tyler@tdback.net> | 2025-01-07 22:10:34 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-07 22:10:34 -0500 |
commit | fff0b7de42dc7458478cdce61d1ad6e551b78853 (patch) | |
tree | bc079dbcecc3181a45d7c155f92dcd8d7e112eff /modules/profiles/cosmic | |
parent | e54fa1d0e91abc1c8cac223c79bddc34729c2e3e (diff) |
fix: typo in comment explaining cosmic substituters
Diffstat (limited to 'modules/profiles/cosmic')
-rw-r--r-- | modules/profiles/cosmic/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profiles/cosmic/default.nix b/modules/profiles/cosmic/default.nix index 0e35d7c..4dafd47 100644 --- a/modules/profiles/cosmic/default.nix +++ b/modules/profiles/cosmic/default.nix @@ -4,7 +4,7 @@ inputs.nixos-cosmic.nixosModules.default ]; - # Set up binary substituter so we don't have to build everything from source. + # Setup binary substituter so we don't have to build everything from source. # If this is a first time setup, comment out the code below the nix.settings # attrset and run `sudo nixos-rebuild test` to update the substituters. nix.settings = { |