Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien committed Oct 8, 2023
1 parent 0132986 commit be15cd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build test.nix
# spurious failures due to https://github.com/kolloch/crate2nix/issues/263
# mac:
# runs-on: macos-latest
# steps:
# - uses: actions/[email protected]
# - uses: cachix/install-nix-action@v18
# with:
# nix_path: nixpkgs=channel:nixos-unstable
# - run: nix-build test.nix
mac:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build test.nix
2 changes: 1 addition & 1 deletion test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ map
channel_name = builtins.replaceStrings [ "channel:" ] [ "" ] (builtins.toString url);
in
map (x: (pkgs.callPackage ./nix-du.nix { nix = x; }).tested.overrideAttrs (old: { name = old.name + "-${channel_name}-nix-(${x.version}"; })) (allNixVersions pkgs)
) [ "channel:nixos-23.05" "channel:nixos-unstable" ]
) [ "https://github.com/NixOS/nixpkgs/archive/352ff3f22631470832d5ad1b197d4aeaa614058c.tar.gz" ]

0 comments on commit be15cd0

Please sign in to comment.