Compare commits

..

No commits in common. "10d01a01684001a87e3901ca4d1e056c515663e4" and "c2319e4ce6150a5c966b908b17fdb45aed8421db" have entirely different histories.

2 changed files with 23 additions and 7 deletions

View file

@ -243,24 +243,40 @@
"type": "github" "type": "github"
} }
}, },
"haskell-flake": {
"locked": {
"lastModified": 1684780604,
"narHash": "sha256-2uMZsewmRn7rRtAnnQNw1lj0uZBMh4m6Cs/7dV5YF08=",
"owner": "srid",
"repo": "haskell-flake",
"rev": "74210fa80a49f1b6f67223debdbf1494596ff9f2",
"type": "github"
},
"original": {
"owner": "srid",
"ref": "0.3.0",
"repo": "haskell-flake",
"type": "github"
}
},
"hercules-ci-agent": { "hercules-ci-agent": {
"inputs": { "inputs": {
"flake-parts": [ "flake-parts": [
"flake-parts" "flake-parts"
], ],
"haskell-flake": "haskell-flake",
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1723760507, "lastModified": 1720223941,
"narHash": "sha256-Dx4kNqDE3//22xyICJ6czV465MUvspowZJlLGSbSGpo=", "narHash": "sha256-QDbU8LZzcUSqBp1CBqDj/f5Wd/sdgQ8pZwRWueoMUL4=",
"owner": "nrabulinski", "owner": "hercules-ci",
"repo": "hercules-ci-agent", "repo": "hercules-ci-agent",
"rev": "c41b58bf33c9167670685eb97ede9ac240b321d4", "rev": "2e10fb21fc2e07edf40763b73443e5934bd40947",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nrabulinski", "owner": "hercules-ci",
"ref": "ifdless",
"repo": "hercules-ci-agent", "repo": "hercules-ci-agent",
"type": "github" "type": "github"
} }

View file

@ -83,7 +83,7 @@
}; };
hercules-ci-agent = { hercules-ci-agent = {
url = "github:nrabulinski/hercules-ci-agent/ifdless"; url = "github:hercules-ci/hercules-ci-agent";
inputs = { inputs = {
flake-parts.follows = "flake-parts"; flake-parts.follows = "flake-parts";
}; };