-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflake.nix
More file actions
28 lines (25 loc) · 953 Bytes
/
flake.nix
File metadata and controls
28 lines (25 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file.
# Use `nix run .#write-flake` to regenerate it.
{
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
inputs = {
flake-file.url = "github:vic/flake-file";
flake-parts.url = "github:hercules-ci/flake-parts";
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager/release-25.11";
};
import-tree.url = "github:vic/import-tree";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
nixos-wsl = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/NixOS-WSL";
};
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixvim = {
inputs.nixpkgs.follows = "nixpkgs-unstable";
url = "github:nix-community/nixvim";
};
};
}