flake: update inputs

This commit is contained in:
zowoq 2022-09-25 07:27:35 +10:00 committed by Jörg Thalheim
parent d62a95245c
commit 54991c3f35
2 changed files with 8 additions and 20 deletions

25
flake.lock generated
View file

@ -111,9 +111,10 @@
"type": "github"
},
"original": {
"id": "hercules-ci-agent",
"owner": "hercules-ci",
"ref": "master",
"type": "indirect"
"repo": "hercules-ci-agent",
"type": "github"
}
},
"hercules-ci-effects": {
@ -414,22 +415,6 @@
"type": "github"
}
},
"nixpkgs_6": {
"locked": {
"lastModified": 1664028844,
"narHash": "sha256-wwGqnvROHW54ma0h4q6GL5toKxTVVKvAypv0CcJkraU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "72bdd03f0d5696412b25a93218acaad530570d30",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"pre-commit-hooks-nix": {
"inputs": {
"flake-utils": "flake-utils",
@ -469,7 +454,9 @@
},
"sops-nix": {
"inputs": {
"nixpkgs": "nixpkgs_6",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-22_05": "nixpkgs-22_05"
},
"locked": {

View file

@ -18,8 +18,9 @@
nixpkgs-update-pypi-releases.url = "github:ryantm/nixpkgs-update-pypi-releases";
nixpkgs-update-pypi-releases.flake = false;
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
hercules-ci-agent.url = "hercules-ci-agent/master";
hercules-ci-agent.url = "github:hercules-ci/hercules-ci-agent/master";
hydra.url = "github:NixOS/hydra";
hydra.inputs.nixpkgs.follows = "nixpkgs";