From dd4f71fc1a5c2927e12ed899e41c44dcfe1192e8 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 21 Dec 2024 16:05:04 +0100 Subject: 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. --- hosts/muhammed/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hosts') 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; -- cgit v1.2.3