it's a kind of magic

This commit is contained in:
nek0 2023-07-18 18:57:07 +02:00
parent 0d1d219291
commit b033f4c0b6
2 changed files with 41 additions and 43 deletions

View File

@ -1,27 +1,15 @@
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
"inputs": {
"systems": "systems"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
"type": "github"
},
"original": {
@ -32,15 +20,19 @@
},
"mateamt-src": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs"
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1663337601,
"narHash": "sha256-dbLuaomHGg3+OBhxUrxEB2h3RzTcPvMBwjB/TYlOJTw=",
"lastModified": 1689698775,
"narHash": "sha256-N/PXBoXEN07oTWQto3KfwNe03jwRCoz4hyyFOL3J/8E=",
"ref": "refs/heads/master",
"rev": "3ccb21c0ffecd7a0cf94e6c18ee35f8082fec65c",
"revCount": 278,
"rev": "fa7df22fafaeb42b82da8dc2b37abd521c4ff603",
"revCount": 293,
"type": "git",
"url": "https://gitea.nek0.eu/nek0/mateamt"
},
@ -51,26 +43,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1663333964,
"narHash": "sha256-xvz7pTWzm/swuOXMuX/ZE/pNVUIStr0Lizavz0DUcU4=",
"lastModified": 1689698611,
"narHash": "sha256-guhcA85PsFOuU/GhD6zE/5CqjYtEjvciIaUO50CyqIg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f8cc46e4930efdad1e06e251330fbd7064b52ab5",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1663336929,
"narHash": "sha256-DdivDyCmjeWkkNDP4JYdAu1O9CEY4CEpeIXgJz5NKJM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e4a45f97c0a0265d6d1cb25b71beafac732eeb10",
"rev": "858583786239c23cfb56c50e858581d7d8bb3b40",
"type": "github"
},
"original": {
@ -83,7 +60,22 @@
"inputs": {
"flake-utils": "flake-utils",
"mateamt-src": "mateamt-src",
"nixpkgs": "nixpkgs_2"
"nixpkgs": "nixpkgs"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},

View File

@ -4,7 +4,13 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
mateamt-src.url = "git+https://gitea.nek0.eu/nek0/mateamt";
mateamt-src = {
url = "git+https://gitea.nek0.eu/nek0/mateamt";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
};
outputs = { self, nixpkgs, flake-utils, mateamt-src }: