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" "type": "github"
}, },
"original": { "original": {
"id": "hercules-ci-agent", "owner": "hercules-ci",
"ref": "master", "ref": "master",
"type": "indirect" "repo": "hercules-ci-agent",
"type": "github"
} }
}, },
"hercules-ci-effects": { "hercules-ci-effects": {
@ -414,22 +415,6 @@
"type": "github" "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": { "pre-commit-hooks-nix": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
@ -469,7 +454,9 @@
}, },
"sops-nix": { "sops-nix": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_6", "nixpkgs": [
"nixpkgs"
],
"nixpkgs-22_05": "nixpkgs-22_05" "nixpkgs-22_05": "nixpkgs-22_05"
}, },
"locked": { "locked": {

View file

@ -18,8 +18,9 @@
nixpkgs-update-pypi-releases.url = "github:ryantm/nixpkgs-update-pypi-releases"; nixpkgs-update-pypi-releases.url = "github:ryantm/nixpkgs-update-pypi-releases";
nixpkgs-update-pypi-releases.flake = false; nixpkgs-update-pypi-releases.flake = false;
sops-nix.url = "github:Mic92/sops-nix"; 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-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.url = "github:NixOS/hydra";
hydra.inputs.nixpkgs.follows = "nixpkgs"; hydra.inputs.nixpkgs.follows = "nixpkgs";