diff --git a/go.sh b/go.sh index c6ee5a8..1524cd6 100755 --- a/go.sh +++ b/go.sh @@ -4,10 +4,6 @@ # download `darwin-rebuild` and execute it. Once this is complete `darwin-rebuild` will # be installed, but it's rather simple to just keep using the same command. -# The nixos-flake module provides a: `nix run .#activate` command which does the same as -# below. But it will only work once `darwin-rebuild` is installed. -# https://github.com/srid/nixos-flake/blob/master/flake-module.nix - hostname="Adams-MBP" function set_hostname() { diff --git a/readme.md b/readme.md index dae494e..9681ba8 100644 --- a/readme.md +++ b/readme.md @@ -16,8 +16,6 @@ Combined, they proved a handy resource for working out where I was going wrong, One thing is for sure, creating your own flake is personal, as each of the above configurations were differently structured. This configuration is no different. -It's based heavily on srid's [nixos-config](https://github.com/srid/nixos-config). Without his [nixos-flake](https://github.com/srid/nixos-flake) module, modularizing the configuration would not have been as clean in this project. - ## Getting Started ### Install pre-requisites: