main
1# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file.
2# Use `nix run .#write-flake` to regenerate it.
3{
4 description = "IX - HPCesia's NixOS configuration all my machines.";
5
6 outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules);
7
8 inputs = {
9 den.url = "github:denful/den";
10 deploy-rs = {
11 url = "github:serokell/deploy-rs";
12 inputs = {
13 flake-compat.follows = "flake-compat";
14 nixpkgs.follows = "nixpkgs";
15 };
16 };
17 devshell = {
18 url = "github:numtide/devshell";
19 inputs.nixpkgs.follows = "nixpkgs";
20 };
21 disko = {
22 url = "github:nix-community/disko";
23 inputs.nixpkgs.follows = "nixpkgs";
24 };
25 flake-compat.url = "https://git.lix.systems/lix-project/flake-compat/archive/main.tar.gz";
26 flake-file.url = "github:denful/flake-file";
27 flake-parts = {
28 url = "github:hercules-ci/flake-parts";
29 inputs.nixpkgs-lib.follows = "nixpkgs";
30 };
31 helix-plugins-nix = {
32 url = "https://codeberg.org/maxschipper/helix-plugins-nix/archive/main.tar.gz";
33 inputs.nixpkgs.follows = "nixpkgs";
34 };
35 hjem = {
36 url = "github:feel-co/hjem";
37 inputs.nixpkgs.follows = "nixpkgs";
38 };
39 import-tree.url = "github:denful/import-tree";
40 ncro = {
41 url = "github:manic-systems/ncro";
42 inputs.nixpkgs.follows = "nixpkgs";
43 };
44 nix-flatpak.url = "github:gmodena/nix-flatpak";
45 nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
46 nur = {
47 url = "github:nix-community/NUR";
48 inputs = {
49 flake-parts.follows = "flake-parts";
50 nixpkgs.follows = "nixpkgs";
51 };
52 };
53 nur-hpcesia = {
54 url = "https://codeberg.org/HPCesia/nur-packages/archive/main.tar.gz";
55 inputs.nixpkgs.follows = "nixpkgs";
56 };
57 preservation.url = "github:nix-community/preservation";
58 vaultix = {
59 url = "github:HPCesia/vaultix";
60 inputs = {
61 flake-parts.follows = "flake-parts";
62 nixpkgs.follows = "nixpkgs";
63 pre-commit-hooks.inputs.flake-compat.follows = "flake-compat";
64 };
65 };
66 };
67}