diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -100,7 +100,10 @@ ({ inputs, ... }: { # Set system nixpkgs to flake input - nix.registry.nixpkgs.flake = inputs.nixpkgs; + nix.registry = { + nixpkgs.flake = inputs.nixpkgs; + depot.flake = self; + }; }) ]; }; |
