mirror of
https://github.com/FliegendeWurst/nur-packages.git
synced 2024-11-09 10:50:39 +00:00
Compare commits
6 Commits
2bb9caefd8
...
35c961fd55
Author | SHA1 | Date | |
---|---|---|---|
|
35c961fd55 | ||
|
189bc27779 | ||
|
57a567c7d8 | ||
|
0ab8412646 | ||
|
9972cdcf37 | ||
|
382cf2863f |
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -39,9 +39,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: cachix/install-nix-action@v21
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
nix_path: "${{ matrix.nixPath }}"
|
nix_path: "${{ matrix.nixPath }}"
|
||||||
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
|
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
|
||||||
@ -49,6 +49,7 @@ jobs:
|
|||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- name: Show nixpkgs version
|
- name: Show nixpkgs version
|
||||||
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
|
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
|
||||||
#- name: Setup cachix
|
#- name: Setup cachix
|
||||||
|
@ -18,8 +18,9 @@
|
|||||||
freqtop = pkgs.callPackage ./pkgs/freqtop { };
|
freqtop = pkgs.callPackage ./pkgs/freqtop { };
|
||||||
map = pkgs.callPackage ./pkgs/map { };
|
map = pkgs.callPackage ./pkgs/map { };
|
||||||
q = pkgs.callPackage ./pkgs/q { };
|
q = pkgs.callPackage ./pkgs/q { };
|
||||||
raspi-oled = pkgs.callPackage ./pkgs/raspi-oled { };
|
# TODO: fix dependency specification
|
||||||
raspi-oled-cross = pkgs.pkgsCross.muslpi.callPackage ./pkgs/raspi-oled { };
|
#raspi-oled = pkgs.callPackage ./pkgs/raspi-oled { };
|
||||||
|
#raspi-oled-cross = pkgs.pkgsCross.muslpi.callPackage ./pkgs/raspi-oled { };
|
||||||
ripgrep-all = pkgs.callPackage ./pkgs/ripgrep-all {
|
ripgrep-all = pkgs.callPackage ./pkgs/ripgrep-all {
|
||||||
inherit (pkgs.darwin.apple_sdk.frameworks) Security;
|
inherit (pkgs.darwin.apple_sdk.frameworks) Security;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user