Compare commits
4 commits
21a07b1e3c
...
f5af830c30
Author | SHA1 | Date | |
---|---|---|---|
f5af830c30 | |||
b3f1d10575 | |||
61a4f97684 | |||
71657e0ccb |
4 changed files with 5 additions and 3 deletions
|
@ -68,7 +68,7 @@ jobs:
|
|||
if: '!cancelled()'
|
||||
run: |
|
||||
package=".#nixosConfigurations."${{ matrix.machine }}".config.system.build.toplevel"
|
||||
nix run github:cything/nixcp/2025-04-12 -- \
|
||||
nix run github:cything/nixcp -- \
|
||||
push \
|
||||
--bucket nixcache \
|
||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
||||
|
@ -131,7 +131,7 @@ jobs:
|
|||
if: '!cancelled()'
|
||||
run: |
|
||||
package=".#homeConfigurations."${{ matrix.home }}".activationPackage"
|
||||
nix run github:cything/nixcp/2025-04-12 -- \
|
||||
nix run github:cything/nixcp -- \
|
||||
push \
|
||||
--bucket nixcache \
|
||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
||||
|
|
2
.github/workflows/build-packages.yml
vendored
2
.github/workflows/build-packages.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
# https://stackoverflow.com/a/58859404
|
||||
if: '!cancelled()'
|
||||
run: |
|
||||
nix run github:cything/nixcp/2025-04-12 -- \
|
||||
nix run github:cything/nixcp -- \
|
||||
push \
|
||||
--bucket nixcache \
|
||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
rust-analyzer
|
||||
minio-client
|
||||
nil
|
||||
keepassxc
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
{
|
||||
nix = {
|
||||
package = pkgs.lix;
|
||||
settings = {
|
||||
experimental-features = "nix-command flakes";
|
||||
auto-optimise-store = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue