Skip to content

Commit

Permalink
chore: remove references to nixos-flake
Browse files Browse the repository at this point in the history
  • Loading branch information
squirmy committed Nov 1, 2023
1 parent 6e86e6f commit 6f25174
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f25174

Please sign in to comment.