diff options
| author | Baitinq <[email protected]> | 2024-05-05 22:49:20 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-05-05 22:49:20 +0200 |
| commit | 374444d1934630cce781cf81262ffc497e98bfe5 (patch) | |
| tree | b1d2b3e139dff4ca1606e5c0ddf080e5d6a73de3 | |
| parent | Hosts: Home: Remove unused packages (diff) | |
| download | nixos-config-374444d1934630cce781cf81262ffc497e98bfe5.tar.gz nixos-config-374444d1934630cce781cf81262ffc497e98bfe5.tar.bz2 nixos-config-374444d1934630cce781cf81262ffc497e98bfe5.zip | |
Update
| -rw-r--r-- | flake.lock | bin | 13104 -> 12683 bytes | |||
| -rw-r--r-- | flake.nix | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock index 4ab1c92..e1e332e 100644 --- a/flake.lock +++ b/flake.lock Binary files differdiff --git a/flake.nix b/flake.nix index 6540fe1..4b84653 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,10 @@ nur.url = "github:nix-community/NUR"; - neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; + neovim-nightly-overlay = { + url = "github:nix-community/neovim-nightly-overlay"; + inputs.nixpkgs.follows = "nixpkgs"; + }; nixtest.url = "github:jetpack-io/nixtest"; |