Skip to content

Commit

Permalink
try harder
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Mar 27, 2024
1 parent 043d044 commit 79eae72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
# DOING: figure out how to run the equivalent of this with the development resholve we're using here
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check --print-build-logs
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/staging";
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {
url = "github:edolstra/flake-compat";
Expand Down Expand Up @@ -76,7 +76,10 @@
inherit (pkgs) resholve;
rSrc = pkgs.lib.cleanSource self;
} // {
aarch64-cross-test = pkgs.pkgsCross.aarch64-multiplatform.lesspipe.override (old: {
aarch64-cross-test-lesspipe = pkgs.pkgsCross.aarch64-multiplatform.lesspipe.override (old: {
inherit (pkgs.pkgsCross.aarch64-multiplatform) resholve;
});
aarch64-cross-test-xdg-utils = pkgs.pkgsCross.aarch64-multiplatform.xdg-utils.override (old: {
inherit (pkgs.pkgsCross.aarch64-multiplatform) resholve;
});
};
Expand Down

0 comments on commit 79eae72

Please sign in to comment.