diff options
author | Linnnus <[email protected]> | 2024-12-21 16:05:04 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-12-21 16:19:09 +0100 |
commit | dd4f71fc1a5c2927e12ed899e41c44dcfe1192e8 (patch) | |
tree | 6cb0c891e0631e328a7aaa5e83e9e0bc6a132e11 /hosts/muhammed | |
parent | 334250012b41c3fd2b2dc177b0a14bd23e13d672 (diff) |
hosts/muhammed: Remove weird use of environment.darwinConfig
The current setting (i.e. pointing into /nix/store) gives weird behavior
with `darwin-rebuild edit` since one cannot edit the readonly store.
Diffstat (limited to 'hosts/muhammed')
-rw-r--r-- | hosts/muhammed/configuration.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/muhammed/configuration.nix b/hosts/muhammed/configuration.nix index 81ebca0..0943fef 100644 --- a/hosts/muhammed/configuration.nix +++ b/hosts/muhammed/configuration.nix @@ -1,6 +1,5 @@ # This file contains the configuration for my Macbook Pro. { - flakeInputs, pkgs, lib, ... @@ -13,9 +12,6 @@ ./remote-builders ]; - # Specify the location of this configuration file. Very meta. - environment.darwinConfig = flakeInputs.self + "/hosts/muhammed/configuration.nix"; - # Avoid downloading the nixpkgs tarball every hour. # See: https://cohost.org/fullmoon/post/1728807-nix-s-tarball-ttl-op nix.settings.tarball-ttl = 604800; |