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 }}
# Depends on nixos/nix#7759 to simply `nix flake check`
run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }}
continue-on-error: true
build-and-update:
strategy:

View File

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

6
flake.lock generated
View File

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

View File

@ -2,7 +2,7 @@
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.