Compare commits
4 Commits
5410671050
...
6faef6e0ac
Author | SHA1 | Date | |
---|---|---|---|
6faef6e0ac | |||
29516dc3d8 | |||
|
a2f24f4591 | ||
8f34b7a6fa |
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -18,6 +18,7 @@ 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:
|
||||
|
9
.github/workflows/update.yml
vendored
9
.github/workflows/update.yml
vendored
@ -9,10 +9,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
input:
|
||||
- nixpkgs
|
||||
- flake-utils
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
@ -20,8 +16,9 @@ jobs:
|
||||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- name: "Update input ${{ matrix.input }}"
|
||||
- name: "flake: update inputs"
|
||||
uses: DeterminateSystems/update-flake-lock@v16
|
||||
with:
|
||||
inputs: ${{ matrix.input }}
|
||||
pr-title: "flake: update inputs"
|
||||
pr-labels: dependencies
|
||||
commit-msg: "flake: update inputs"
|
||||
|
6
flake.lock
generated
6
flake.lock
generated
@ -17,11 +17,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1650194139,
|
||||
"narHash": "sha256-kurZsqeOw5fpqA/Ig+8tHvbjwzs5P9AE6WUKOX1m6qM=",
|
||||
"lastModified": 1677080879,
|
||||
"narHash": "sha256-0SjW4/d3Rkw6C7hHZ5lxT4r6Pw9vzQb6Il6zYWwe2Bo=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "bd4dffcdb7c577d74745bd1eff6230172bd176d5",
|
||||
"rev": "f5dad40450d272a1ea2413f4a67ac08760649e89",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
rec {
|
||||
goModules = pkgs.recurseIntoAttrs rec {
|
||||
qt = pkgs.libsForQt512.callPackage ../development/go-modules/qt { };
|
||||
qt = pkgs.libsForQt5.callPackage ../development/go-modules/qt { };
|
||||
};
|
||||
|
||||
# A functional Jetbrains IDE-with-plugins package set.
|
||||
|
Loading…
Reference in New Issue
Block a user