summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-07 14:33:21 -0400
committerseth <[email protected]>2023-05-07 14:33:21 -0400
commit55dfba88206626d655bf9dace774ca7c25da4e1f (patch)
treee9aeb3d7b950779785670792cc5802ab8307f105 /flake.nix
parente05a00463ad6fead0a8a5ad02adcf33f7bb3ce11 (diff)
nvim: use nil overlay to avoid evaluating flake inputs
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";