parent
672b7c1a14
commit
951f1a918f
2 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,8 @@ steps:
|
|||
- nix build ".#nix" --print-build-logs --out-link nix --no-update-lock-file
|
||||
- nix profile remove lix
|
||||
- ./nix/bin/nix profile install ".#nix" --no-update-lock-file
|
||||
- nix profile install ".#nix-fast-build" ".#nix-ci" --no-update-lock-file
|
||||
- nix profile install ".#nix-fast-build" ".#attic-client" --no-update-lock-file
|
||||
- nix --version
|
||||
- export PATH=$PATH:$(nix build --no-link nixpkgs#attic-client --print-out-paths)/bin
|
||||
- attic login default $${ATTIC_ENDPOINT} $${ATTIC_PUSH_TOKEN}
|
||||
- attic use $${ATTIC_CACHE}
|
||||
# - attic watch-store $${ATTIC_CACHE} &
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@
|
|||
{
|
||||
nix = pkgs.unstable.lixPackageSets.latest.lix;
|
||||
nix-fast-build = pkgs.nix-fast-build;
|
||||
attic-client = pkgs.attic-client;
|
||||
};
|
||||
checks."x86_64-linux"."nixos" =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue