2023-03-30 16:33:03 +03:00
|
|
|
{
|
|
|
|
"nodes": {
|
2023-04-14 14:12:45 +03:00
|
|
|
"agenix": {
|
|
|
|
"inputs": {
|
|
|
|
"darwin": [],
|
2023-08-18 13:47:27 +03:00
|
|
|
"home-manager": [
|
|
|
|
"home-manager"
|
|
|
|
],
|
2023-04-14 14:12:45 +03:00
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
2023-12-24 01:30:10 +02:00
|
|
|
],
|
|
|
|
"systems": "systems"
|
2023-04-14 14:12:45 +03:00
|
|
|
},
|
|
|
|
"locked": {
|
2023-12-25 01:30:51 +02:00
|
|
|
"lastModified": 1703433843,
|
|
|
|
"narHash": "sha256-nmtA4KqFboWxxoOAA6Y1okHbZh+HsXaMPFkYHsoDRDw=",
|
2023-04-14 14:12:45 +03:00
|
|
|
"owner": "ryantm",
|
|
|
|
"repo": "agenix",
|
2023-12-25 01:30:51 +02:00
|
|
|
"rev": "417caa847f9383e111d1397039c9d4337d024bf0",
|
2023-04-14 14:12:45 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "ryantm",
|
|
|
|
"repo": "agenix",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-03-30 16:33:03 +03:00
|
|
|
"deploy-rs": {
|
|
|
|
"inputs": {
|
2023-10-01 22:45:00 +03:00
|
|
|
"flake-compat": [
|
|
|
|
"flake-compat"
|
|
|
|
],
|
2023-03-30 16:33:03 +03:00
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"utils": [
|
|
|
|
"flake-utils"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-01-11 01:30:45 +02:00
|
|
|
"lastModified": 1704875591,
|
|
|
|
"narHash": "sha256-eWRLbqRcrILgztU/m/k7CYLzETKNbv0OsT2GjkaNm8A=",
|
2023-03-30 16:33:03 +03:00
|
|
|
"owner": "serokell",
|
|
|
|
"repo": "deploy-rs",
|
2024-01-11 01:30:45 +02:00
|
|
|
"rev": "1776009f1f3fb2b5d236b84d9815f2edee463a9b",
|
2023-03-30 16:33:03 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "serokell",
|
|
|
|
"repo": "deploy-rs",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2024-01-17 13:17:19 +02:00
|
|
|
"e11sync": {
|
|
|
|
"inputs": {
|
|
|
|
"flake-compat": [
|
|
|
|
"flake-compat"
|
|
|
|
],
|
|
|
|
"flake-utils": [
|
|
|
|
"flake-utils"
|
|
|
|
],
|
|
|
|
"geoip2-tarball": "geoip2-tarball",
|
|
|
|
"gitignore": [
|
|
|
|
"gitignore"
|
|
|
|
],
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"pre-commit-hooks": [
|
|
|
|
"pre-commit-hooks"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-02-04 01:30:53 +02:00
|
|
|
"lastModified": 1706972232,
|
|
|
|
"narHash": "sha256-V0ftKLrvxfwAXK77d41H51r1+S8Q2b/TYSP7yzu3MuE=",
|
2024-01-17 13:17:19 +02:00
|
|
|
"ref": "refs/heads/main",
|
2024-02-04 01:30:53 +02:00
|
|
|
"rev": "7fe62a9913206c27b142735962998b1f109a3a65",
|
|
|
|
"revCount": 181,
|
2024-01-17 13:17:19 +02:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.jakstys.lt/motiejus/e11sync"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.jakstys.lt/motiejus/e11sync"
|
|
|
|
}
|
|
|
|
},
|
2023-03-30 16:33:03 +03:00
|
|
|
"flake-compat": {
|
|
|
|
"locked": {
|
2023-10-01 22:45:00 +03:00
|
|
|
"lastModified": 1688025799,
|
|
|
|
"narHash": "sha256-ktpB4dRtnksm9F5WawoIkEneh1nrEvuxb5lJFt1iOyw=",
|
|
|
|
"owner": "nix-community",
|
2023-03-30 16:33:03 +03:00
|
|
|
"repo": "flake-compat",
|
2023-10-01 22:45:00 +03:00
|
|
|
"rev": "8bf105319d44f6b9f0d764efa4fdef9f1cc9ba1c",
|
2023-03-30 16:33:03 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
2023-10-01 22:45:00 +03:00
|
|
|
"owner": "nix-community",
|
2023-03-30 16:33:03 +03:00
|
|
|
"repo": "flake-compat",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flake-utils": {
|
2023-04-14 14:12:45 +03:00
|
|
|
"inputs": {
|
2023-12-24 01:30:10 +02:00
|
|
|
"systems": "systems_2"
|
2023-04-14 14:12:45 +03:00
|
|
|
},
|
2023-03-30 16:33:03 +03:00
|
|
|
"locked": {
|
2024-01-16 01:30:12 +02:00
|
|
|
"lastModified": 1705309234,
|
|
|
|
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
|
2023-03-30 16:33:03 +03:00
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "flake-utils",
|
2024-01-16 01:30:12 +02:00
|
|
|
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
|
2023-03-30 16:33:03 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "flake-utils",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2024-01-17 13:17:19 +02:00
|
|
|
"geoip2-tarball": {
|
|
|
|
"flake": false,
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1705308463,
|
|
|
|
"narHash": "sha256-Q+t6LnGy8R6QLugw25iC0WdVPU2C3eqZPlbvVQ9EpwE=",
|
|
|
|
"type": "tarball",
|
|
|
|
"url": "https://dl.jakstys.lt/_/2024.01.13.tar.zst"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"type": "tarball",
|
|
|
|
"url": "https://dl.jakstys.lt/_/2024.01.13.tar.zst"
|
|
|
|
}
|
|
|
|
},
|
2023-10-01 22:45:00 +03:00
|
|
|
"gitignore": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2023-12-30 01:30:11 +02:00
|
|
|
"lastModified": 1703887061,
|
|
|
|
"narHash": "sha256-gGPa9qWNc6eCXT/+Z5/zMkyYOuRZqeFZBDbopNZQkuY=",
|
2023-10-01 22:45:00 +03:00
|
|
|
"owner": "hercules-ci",
|
|
|
|
"repo": "gitignore.nix",
|
2023-12-30 01:30:11 +02:00
|
|
|
"rev": "43e1aa1308018f37118e34d3a9cb4f5e75dc11d5",
|
2023-10-01 22:45:00 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
"repo": "gitignore.nix",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-08-18 13:47:27 +03:00
|
|
|
"home-manager": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-02-04 01:30:53 +02:00
|
|
|
"lastModified": 1706981411,
|
|
|
|
"narHash": "sha256-cLbLPTL1CDmETVh4p0nQtvoF+FSEjsnJTFpTxhXywhQ=",
|
2023-08-18 13:47:27 +03:00
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "home-manager",
|
2024-02-04 01:30:53 +02:00
|
|
|
"rev": "652fda4ca6dafeb090943422c34ae9145787af37",
|
2023-08-18 13:47:27 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-community",
|
2023-11-27 12:07:19 +02:00
|
|
|
"ref": "release-23.11",
|
2023-08-18 13:47:27 +03:00
|
|
|
"repo": "home-manager",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-09-21 06:06:10 +03:00
|
|
|
"nix-index-database": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-02-05 01:30:13 +02:00
|
|
|
"lastModified": 1707016097,
|
|
|
|
"narHash": "sha256-V4lHr6hFQ3rK650dh64Xffxsf4kse9vUYWsM+ldjkco=",
|
2023-09-21 06:06:10 +03:00
|
|
|
"owner": "Mic92",
|
|
|
|
"repo": "nix-index-database",
|
2024-02-05 01:30:13 +02:00
|
|
|
"rev": "3e3dad2808379c522138e2e8b0eb73500721a237",
|
2023-09-21 06:06:10 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "Mic92",
|
|
|
|
"repo": "nix-index-database",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-12-14 10:10:00 +02:00
|
|
|
"nixgl": {
|
|
|
|
"inputs": {
|
|
|
|
"flake-utils": [
|
|
|
|
"flake-utils"
|
|
|
|
],
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1685908677,
|
|
|
|
"narHash": "sha256-E4zUPEUFyVWjVm45zICaHRpfGepfkE9Z2OECV9HXfA4=",
|
|
|
|
"owner": "guibou",
|
|
|
|
"repo": "nixGL",
|
|
|
|
"rev": "489d6b095ab9d289fe11af0219a9ff00fe87c7c5",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "guibou",
|
|
|
|
"repo": "nixGL",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-09-14 21:46:01 +03:00
|
|
|
"nixos-hardware": {
|
|
|
|
"locked": {
|
2024-02-03 01:30:10 +02:00
|
|
|
"lastModified": 1706834982,
|
|
|
|
"narHash": "sha256-3CfxA7gZ+DVv/N9Pvw61bV5Oe/mWfxYPyVQGqp9TMJA=",
|
2023-09-14 21:46:01 +03:00
|
|
|
"owner": "NixOS",
|
|
|
|
"repo": "nixos-hardware",
|
2024-02-03 01:30:10 +02:00
|
|
|
"rev": "83e571bb291161682b9c3ccd48318f115143a550",
|
2023-09-14 21:46:01 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "NixOS",
|
|
|
|
"ref": "master",
|
|
|
|
"repo": "nixos-hardware",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-03-30 16:33:03 +03:00
|
|
|
"nixpkgs": {
|
|
|
|
"locked": {
|
2024-02-04 01:30:53 +02:00
|
|
|
"lastModified": 1706826059,
|
|
|
|
"narHash": "sha256-N69Oab+cbt3flLvYv8fYnEHlBsWwdKciNZHUbynVEOA=",
|
2023-03-30 16:33:03 +03:00
|
|
|
"owner": "NixOS",
|
|
|
|
"repo": "nixpkgs",
|
2024-02-04 01:30:53 +02:00
|
|
|
"rev": "25e3d4c0d3591c99929b1ec07883177f6ea70c9d",
|
2023-03-30 16:33:03 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "NixOS",
|
2023-11-27 12:07:19 +02:00
|
|
|
"ref": "nixos-23.11",
|
2023-11-15 09:20:23 +02:00
|
|
|
"repo": "nixpkgs",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-09-15 14:39:04 +03:00
|
|
|
"nur": {
|
|
|
|
"locked": {
|
2024-02-05 01:30:13 +02:00
|
|
|
"lastModified": 1707088667,
|
|
|
|
"narHash": "sha256-RSvFODUybiR0IZoDDSkP3XoInTn4BB2Ta8p6w/jvbjA=",
|
2023-09-15 14:39:04 +03:00
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "NUR",
|
2024-02-05 01:30:13 +02:00
|
|
|
"rev": "a31413502022e9f157a46570bbc34b7dce1a80da",
|
2023-09-15 14:39:04 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "NUR",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-10-01 22:45:00 +03:00
|
|
|
"pre-commit-hooks": {
|
|
|
|
"inputs": {
|
|
|
|
"flake-compat": [
|
|
|
|
"flake-compat"
|
|
|
|
],
|
|
|
|
"flake-utils": [
|
|
|
|
"flake-utils"
|
|
|
|
],
|
2023-10-02 00:05:57 +03:00
|
|
|
"gitignore": [
|
|
|
|
"gitignore"
|
|
|
|
],
|
2023-10-01 22:45:00 +03:00
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"nixpkgs-stable": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-01-29 01:30:54 +02:00
|
|
|
"lastModified": 1706424699,
|
|
|
|
"narHash": "sha256-Q3RBuOpZNH2eFA1e+IHgZLAOqDD9SKhJ/sszrL8bQD4=",
|
2023-10-01 22:45:00 +03:00
|
|
|
"owner": "cachix",
|
|
|
|
"repo": "pre-commit-hooks.nix",
|
2024-01-29 01:30:54 +02:00
|
|
|
"rev": "7c54e08a689b53c8a1e5d70169f2ec9e2a68ffaf",
|
2023-10-01 22:45:00 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "cachix",
|
|
|
|
"repo": "pre-commit-hooks.nix",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-03-30 16:33:03 +03:00
|
|
|
"root": {
|
|
|
|
"inputs": {
|
2023-04-14 14:12:45 +03:00
|
|
|
"agenix": "agenix",
|
2023-03-30 16:33:03 +03:00
|
|
|
"deploy-rs": "deploy-rs",
|
2024-01-17 13:17:19 +02:00
|
|
|
"e11sync": "e11sync",
|
2023-10-01 22:45:00 +03:00
|
|
|
"flake-compat": "flake-compat",
|
2023-03-30 16:33:03 +03:00
|
|
|
"flake-utils": "flake-utils",
|
2023-10-02 00:05:57 +03:00
|
|
|
"gitignore": "gitignore",
|
2023-08-18 13:47:27 +03:00
|
|
|
"home-manager": "home-manager",
|
2023-09-21 06:06:10 +03:00
|
|
|
"nix-index-database": "nix-index-database",
|
2023-12-14 10:10:00 +02:00
|
|
|
"nixgl": "nixgl",
|
2023-09-14 21:46:01 +03:00
|
|
|
"nixos-hardware": "nixos-hardware",
|
2023-09-15 14:39:04 +03:00
|
|
|
"nixpkgs": "nixpkgs",
|
2023-10-01 22:45:00 +03:00
|
|
|
"nur": "nur",
|
2023-12-18 22:57:09 +02:00
|
|
|
"pre-commit-hooks": "pre-commit-hooks"
|
2023-04-05 22:48:04 +03:00
|
|
|
}
|
|
|
|
},
|
2023-04-14 14:12:45 +03:00
|
|
|
"systems": {
|
2023-04-05 22:48:04 +03:00
|
|
|
"locked": {
|
2023-04-14 14:12:45 +03:00
|
|
|
"lastModified": 1681028828,
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default",
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
2023-04-05 22:48:04 +03:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
2023-04-14 14:12:45 +03:00
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default",
|
2023-04-05 22:48:04 +03:00
|
|
|
"type": "github"
|
2023-03-30 16:33:03 +03:00
|
|
|
}
|
2023-12-24 01:30:10 +02:00
|
|
|
},
|
|
|
|
"systems_2": {
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default",
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default",
|
|
|
|
"type": "github"
|
|
|
|
}
|
2023-03-30 16:33:03 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"root": "root",
|
|
|
|
"version": 7
|
|
|
|
}
|