-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflake.nix
More file actions
71 lines (68 loc) · 2.09 KB
/
flake.nix
File metadata and controls
71 lines (68 loc) · 2.09 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# 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 ./nix);
inputs = {
actions-nix = {
inputs = {
flake-parts.follows = "flake-parts";
git-hooks.follows = "git-hooks";
nixpkgs.follows = "nixpkgs";
};
url = "github:nialov/actions.nix";
};
crane.url = "github:ipetkov/crane";
flake-file.url = "github:vic/flake-file";
flake-parts = {
inputs.nixpkgs-lib.follows = "nixpkgs";
url = "github:hercules-ci/flake-parts";
};
flint = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:NotAShelf/flint";
};
git-hooks = {
inputs = {
flake-compat.follows = "";
nixpkgs.follows = "nixpkgs";
};
url = "github:cachix/git-hooks.nix";
};
import-tree.url = "github:vic/import-tree";
jupyter-api-nvim = {
inputs = {
actions-nix.follows = "actions-nix";
flake-file.follows = "flake-file";
flake-parts.follows = "flake-parts";
flint.follows = "flint";
git-hooks.follows = "git-hooks";
import-tree.follows = "import-tree";
make-shell.follows = "make-shell";
nix-auto-ci.follows = "nix-auto-ci";
nixcats.follows = "nixcats";
nixpkgs.follows = "nixpkgs";
treefmt-nix.follows = "treefmt-nix";
};
url = "github:bitbloxhub/jupyter-api.nvim";
};
make-shell = {
inputs.flake-compat.follows = "";
url = "github:nicknovitski/make-shell";
};
nix-auto-ci = {
inputs = {
actions-nix.follows = "actions-nix";
flake-parts.follows = "flake-parts";
git-hooks.follows = "git-hooks";
nixpkgs.follows = "nixpkgs";
};
url = "github:aigis-llm/nix-auto-ci";
};
nixcats.url = "github:BirdeeHub/nixCats-nvim";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
treefmt-nix = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:numtide/treefmt-nix";
};
};
}