Compare commits
No commits in common. "6342f2f19fc2e6adfef0f311f01b0f35ca3fe078" and "882c0723e98762cc40d8e68c52770385f1334603" have entirely different histories.
6342f2f19f
...
882c0723e9
2 changed files with 9 additions and 13 deletions
|
@ -3,6 +3,12 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
- uses: https://github.com/cachix/install-nix-action@v22
|
||||||
- run: nix flake check
|
with:
|
||||||
|
install_url: https://nixos.org/nix/install
|
||||||
|
extra_nix_config: |
|
||||||
|
auto-optimise-store = true
|
||||||
|
access-tokens = ${{ secrets.FORGEJO_TOKEN }}
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
- run: nix flake check
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
|
@ -48,14 +47,5 @@
|
||||||
"ubuntu-latest:docker://node:18-bullseye"
|
"ubuntu-latest:docker://node:18-bullseye"
|
||||||
#"native:host"
|
#"native:host"
|
||||||
];
|
];
|
||||||
hostPackages = with pkgs; [
|
|
||||||
sudo
|
|
||||||
bash
|
|
||||||
curl
|
|
||||||
coreutils
|
|
||||||
wget
|
|
||||||
gitMinimal
|
|
||||||
wget
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue