Follow inputs again

This commit is contained in:
Sandro - 2022-12-20 20:00:04 +01:00
parent 1079b5c722
commit d3b72230c9
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 39 additions and 19 deletions

View File

@ -167,11 +167,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1671430999, "lastModified": 1671517489,
"narHash": "sha256-SNw3e+MuoGXAv8dXfWJANdxIjfs5G9OAWqaBJLWUZnU=", "narHash": "sha256-iM10PPMpV7uSSMhFvEIRJsVQ/j7Qo9JQoSOYW98DWTE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "6b8cae81b37a694da405f5d0cccc93a07fc39090", "rev": "55f2e53fc006738acdbea983c691b00416c9fca7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -284,6 +284,28 @@
"type": "github" "type": "github"
} }
}, },
"naersk_2": {
"inputs": {
"nixpkgs": [
"ticker",
"nixpkgs"
]
},
"locked": {
"lastModified": 1659610603,
"narHash": "sha256-LYgASYSPYo7O71WfeUOaEUzYfzuXm8c8eavJcel+pfI=",
"owner": "nix-community",
"repo": "naersk",
"rev": "c6a45e4277fa58abd524681466d3450f896dc094",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"rev": "c6a45e4277fa58abd524681466d3450f896dc094",
"type": "github"
}
},
"nixos": { "nixos": {
"locked": { "locked": {
"lastModified": 1671508790, "lastModified": 1671508790,
@ -387,11 +409,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1671442525, "lastModified": 1671530643,
"narHash": "sha256-iC/SZW6kKEl/ystG/6dU7WBZmoCarpxHS/clp3Ep15g=", "narHash": "sha256-2VXMqgOw9b+mbnaHDL3ujd0758Ii2nj5tz8uC5Fftlo=",
"owner": "astro", "owner": "astro",
"repo": "nix-openwrt-imagebuilder", "repo": "nix-openwrt-imagebuilder",
"rev": "cfc545f1776d7886559abb5f362281dfb147883f", "rev": "3452e825dafb489f00e453ecbde643d71afc3190",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -438,11 +460,11 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1671317108, "lastModified": 1671469032,
"narHash": "sha256-sGZNmkUwHt7FmuwDyYjnTAyo8ZMkH9iOdCOyU+2Vcos=", "narHash": "sha256-IMQ5/T+3S1Qe0iicN062xH5cCOOruPlXaqn3VVh8omM=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "9ed1829f1fb61695c21474361ec23b9976793b73", "rev": "ffedfc63a1936c65eb8ada3cb8df8edbc1f5f3ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -608,9 +630,7 @@
"fenix": [ "fenix": [
"fenix" "fenix"
], ],
"naersk": [ "naersk": "naersk_2",
"naersk"
],
"nixpkgs": [ "nixpkgs": [
"nixos" "nixos"
], ],
@ -708,11 +728,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1671539635, "lastModified": 1671561893,
"narHash": "sha256-QqR91FdTHBesnha1VYPhKKP78FhnLJ9id3Dwo/5i4+M=", "narHash": "sha256-l/MdUEh5pA7lWYRMKNvxUA93apY1Q3keIL55Ws3F9pQ=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "3ac6b10d29568025bd4d698f79ab5f61dfd69b20", "rev": "a7a5069016d6ea1ff359e2236b9efe5bf502eb59",
"revCount": 1706, "revCount": 1704,
"type": "git", "type": "git",
"url": "https://gitea.c3d2.de/zentralwerk/network.git" "url": "https://gitea.c3d2.de/zentralwerk/network.git"
}, },

View File

@ -157,10 +157,10 @@
ticker = { ticker = {
url = "git+https://gitea.c3d2.de/astro/ticker.git"; url = "git+https://gitea.c3d2.de/astro/ticker.git";
inputs = { inputs = {
# fenix.follows = "fenix"; fenix.follows = "fenix";
# naersk.follows = "naersk"; # naersk.follows = "naersk";
# nixpkgs.follows = "nixos"; nixpkgs.follows = "nixos";
# utils.follows = "flake-utils"; utils.follows = "flake-utils";
}; };
}; };
tigger = { tigger = {