add lfs support in the shell/ci
This commit is contained in:
parent
38ec7f2628
commit
2d6dd36944
3 changed files with 4 additions and 3 deletions
|
@ -4,6 +4,7 @@ pipeline:
|
||||||
image: nixpkgs/nix-flakes:latest
|
image: nixpkgs/nix-flakes:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
- nix --no-sandbox develop --eval-store ./nix-store -c git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
||||||
- git push github --all --force
|
|
||||||
|
- nix --no-sandbox develop --eval-store ./nix-store -c git push github --all --force
|
||||||
secrets: [ github_token ]
|
secrets: [ github_token ]
|
||||||
|
|
|
@ -6,5 +6,4 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- nix --no-sandbox flake metadata
|
- nix --no-sandbox flake metadata
|
||||||
- nix --no-sandbox develop --eval-store ./nix-store -c statix check ./nixos
|
- nix --no-sandbox develop --eval-store ./nix-store -c statix check ./nixos
|
||||||
secrets: [ github_token ]
|
|
||||||
|
|
||||||
|
|
|
@ -83,6 +83,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cacert
|
cacert
|
||||||
git
|
git
|
||||||
|
git-lfs
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
openssh
|
openssh
|
||||||
openssl
|
openssl
|
||||||
|
|
Loading…
Reference in a new issue