summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 703ed9c..605017b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -93,7 +93,10 @@
({ inputs, ... }: {
# Set system nixpkgs to flake input
- nix.registry.nixpkgs.flake = inputs.nixpkgs;
+ nix.registry = {
+ nixpkgs.flake = inputs.nixpkgs;
+ depot.flake = self;
+ };
})
];
};