mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
updated forgejo action
This commit is contained in:
parent
e8f97460ff
commit
bf357e61a9
2 changed files with 3 additions and 6 deletions
|
|
@ -13,11 +13,11 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: install nix
|
- name: install nix
|
||||||
uses: DeterminateSystems/determinate-nix-action@v3.5.2
|
uses: https://github.com/DeterminateSystems/determinate-nix-action@v3.5.2
|
||||||
with:
|
with:
|
||||||
extra-conf: "lazy-trees = true"
|
extra-conf: "lazy-trees = true"
|
||||||
|
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
||||||
with:
|
with:
|
||||||
use-flakehub: false
|
use-flakehub: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -79,10 +79,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tab name="shell" {
|
tab name="shell"
|
||||||
command=fish
|
|
||||||
args "-c" "direnv reload"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue