Compare commits

..

No commits in common. "6faef6e0ac9968fa545e74424f6a35ee723cf254" and "5410671050b3a2e460ad5cecf844f3554c98c2b5" have entirely different histories.

4 changed files with 10 additions and 8 deletions

View File

@ -18,7 +18,6 @@ jobs:
- name: Check ${{ matrix.check }} - name: Check ${{ matrix.check }}
# Depends on nixos/nix#7759 to simply `nix flake check` # Depends on nixos/nix#7759 to simply `nix flake check`
run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }} run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }}
continue-on-error: true
build-and-update: build-and-update:
strategy: strategy:

View File

@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix:
input:
- nixpkgs
- flake-utils
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -16,9 +20,8 @@ jobs:
with: with:
extra_nix_config: | extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: "flake: update inputs" - name: "Update input ${{ matrix.input }}"
uses: DeterminateSystems/update-flake-lock@v16 uses: DeterminateSystems/update-flake-lock@v16
with: with:
pr-title: "flake: update inputs" inputs: ${{ matrix.input }}
pr-labels: dependencies pr-labels: dependencies
commit-msg: "flake: update inputs"

6
flake.lock generated
View File

@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1677080879, "lastModified": 1650194139,
"narHash": "sha256-0SjW4/d3Rkw6C7hHZ5lxT4r6Pw9vzQb6Il6zYWwe2Bo=", "narHash": "sha256-kurZsqeOw5fpqA/Ig+8tHvbjwzs5P9AE6WUKOX1m6qM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f5dad40450d272a1ea2413f4a67ac08760649e89", "rev": "bd4dffcdb7c577d74745bd1eff6230172bd176d5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -2,7 +2,7 @@
rec { rec {
goModules = pkgs.recurseIntoAttrs rec { goModules = pkgs.recurseIntoAttrs rec {
qt = pkgs.libsForQt5.callPackage ../development/go-modules/qt { }; qt = pkgs.libsForQt512.callPackage ../development/go-modules/qt { };
}; };
# A functional Jetbrains IDE-with-plugins package set. # A functional Jetbrains IDE-with-plugins package set.