summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a7f3b06..aec454c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -63,6 +63,12 @@
inputs.flake-parts.follows = "flake-parts";
inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks";
};
+ # TODO: remove this when nil is updated in nixpkgs-unstable
+ nil = {
+ url = "github:oxalica/nil";
+ inputs.nixpkgs.follows = "nixpkgsUnstable";
+ inputs.flake-utils.follows = "flake-utils";
+ };
nixinate = {
url = "github:MatthewCroughan/nixinate";
inputs.nixpkgs.follows = "nixpkgsUnstable";