From cc599c7ab371c75cdee836f7d6140f0d40f18367 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 4 Jun 2024 08:57:49 +0200 Subject: [PATCH] Improve style --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 522a54e..531d622 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,7 @@ }; wrapper-manager = { + #! Wrapper-manager fork with selective binary wrapping url = "github:nrabulinski/wrapper-manager/wrap-certain-programs"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -57,7 +58,7 @@ }; modules = [ ./hosts/north - "${./.}/users/seb/@north.nix" + "${self}/users/seb/@north.nix" ]; }; inspiron = nixpkgs.lib.nixosSystem { @@ -66,7 +67,7 @@ }; modules = [ ./hosts/inspiron - "${./.}/users/seb/@inspiron.nix" + "${self}/users/seb/@inspiron.nix" ]; }; };