Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 12, 2024
1 parent baeadb3 commit 5d543e9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: ./.github/workflows/pin.yml
secrets: inherit
generate-examples:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, X64]
outputs:
examples: ${{ steps.set-examples.outputs.examples }}
steps:
Expand Down
24 changes: 12 additions & 12 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"systems": "systems"
},
"locked": {
"lastModified": 1709126324,
"lastModified": 1710146030,
"owner": "numtide",
"repo": "flake-utils",
"rev": "d465f4819400de7c8d874d50b982301f28a84605",
"treeHash": "f52cf07f5dc7208c6379eb10b7505fda4c429b88",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"treeHash": "bd263f021e345cb4a39d80c126ab650bebc3c10c",
"type": "github"
},
"original": {
Expand All @@ -68,11 +68,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1709126324,
"lastModified": 1710146030,
"owner": "numtide",
"repo": "flake-utils",
"rev": "d465f4819400de7c8d874d50b982301f28a84605",
"treeHash": "f52cf07f5dc7208c6379eb10b7505fda4c429b88",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"treeHash": "bd263f021e345cb4a39d80c126ab650bebc3c10c",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -111,11 +111,11 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1709513008,
"lastModified": 1709963241,
"owner": "domenkozar",
"repo": "nix",
"rev": "d61bd1c0dda0ec7466079531547bbafdf538ed71",
"treeHash": "450086431140936247448766aecc37b90f4ff39e",
"rev": "e92c1fb8a57fe2e0bee725b1e7c68cfd8ffd55dc",
"treeHash": "86eda1beb323090366f08539b000539b461982fe",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -180,11 +180,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1709128929,
"lastModified": 1710021367,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c8e74c2f83fe12b4e5a8bd1abbc090575b0f7611",
"treeHash": "087dfee039daa2a8e336580010af1f20c03569d0",
"rev": "b94a96839afcc56de3551aa7472b8d9a3e77e05d",
"treeHash": "6db1fe72e0f505657bb14696ddc9952ccf7f9b11",
"type": "github"
},
"original": {
Expand Down
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
pre-commit.hooks = {
nixpkgs-fmt.enable = true;
#shellcheck.enable = true;
clippy.enable = true;
#clippy.enable = true;
rustfmt.enable = true;
#markdownlint.enable = true;
};
Expand Down
2 changes: 1 addition & 1 deletion devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
nixpkgs:
follows: nixpkgs
nixpkgs:
url: github:domenkozar/nixpkgs/0e172b739ff09c9dc652f2c9175ac0cf745cca81
url: github:domenkozar/nixpkgs/b62ff9169f2aa2373995a690284a5681ed036f62
pre-commit-hooks:
url: github:cachix/pre-commit-hooks.nix
inputs:
Expand Down

0 comments on commit 5d543e9

Please sign in to comment.