From 97c8cc6cbea8b464b5742cbb855c046957a80a8f Mon Sep 17 00:00:00 2001 From: illustris Date: Sun, 20 Nov 2022 14:12:58 +0530 Subject: [PATCH] copy flake to /etc --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 27603b9..6712fdb 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,7 @@ ./configuration.nix home-manager.nixosModule {nix.registry.np.flake = nixpkgs;} + {environment.etc.flake.source = self;} ]; }; };