Skip to content

Commit

Permalink
one quick fix please
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Halili <[email protected]>
  • Loading branch information
ajhalili2006 committed Jan 17, 2025
1 parent cd13583 commit 8d883b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shared/meta-configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

{ config, pkgs, lib, ... }:

let
flake = builtins.getFlake (toString ./.);
in
{
# Adopted from https://fnordig.de/til/nix/home-manager-allow-unfree.html,
# but we'll also enable it system-wide too.
Expand Down Expand Up @@ -88,7 +85,7 @@ in

# Needed since Determinate Nix manages the main config file for system.
environment.etc."nix/nix.custom.conf" = {
source = "${flake}/misc/nix/nix.custom.conf";
source = ./misc/nix/nix.custom.conf;
mode = "0644";
};
}

0 comments on commit 8d883b5

Please sign in to comment.