diff options
| author | seth <[email protected]> | 2023-05-07 14:33:21 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-07 14:33:21 -0400 |
| commit | 55dfba88206626d655bf9dace774ca7c25da4e1f (patch) | |
| tree | e9aeb3d7b950779785670792cc5802ab8307f105 /flake.nix | |
| parent | e05a00463ad6fead0a8a5ad02adcf33f7bb3ce11 (diff) | |
nvim: use nil overlay to avoid evaluating flake inputs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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"; |
