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()'
|
if: '!cancelled()'
|
||||||
run: |
|
run: |
|
||||||
package=".#nixosConfigurations."${{ matrix.machine }}".config.system.build.toplevel"
|
package=".#nixosConfigurations."${{ matrix.machine }}".config.system.build.toplevel"
|
||||||
nix run github:cything/nixcp/2025-04-12 -- \
|
nix run github:cything/nixcp -- \
|
||||||
push \
|
push \
|
||||||
--bucket nixcache \
|
--bucket nixcache \
|
||||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
||||||
|
@ -131,7 +131,7 @@ jobs:
|
||||||
if: '!cancelled()'
|
if: '!cancelled()'
|
||||||
run: |
|
run: |
|
||||||
package=".#homeConfigurations."${{ matrix.home }}".activationPackage"
|
package=".#homeConfigurations."${{ matrix.home }}".activationPackage"
|
||||||
nix run github:cything/nixcp/2025-04-12 -- \
|
nix run github:cything/nixcp -- \
|
||||||
push \
|
push \
|
||||||
--bucket nixcache \
|
--bucket nixcache \
|
||||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
--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
|
# https://stackoverflow.com/a/58859404
|
||||||
if: '!cancelled()'
|
if: '!cancelled()'
|
||||||
run: |
|
run: |
|
||||||
nix run github:cything/nixcp/2025-04-12 -- \
|
nix run github:cything/nixcp -- \
|
||||||
push \
|
push \
|
||||||
--bucket nixcache \
|
--bucket nixcache \
|
||||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
||||||
|
|
|
@ -104,6 +104,7 @@
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
minio-client
|
minio-client
|
||||||
nil
|
nil
|
||||||
|
keepassxc
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ inputs, config, pkgs, ... }:
|
{ inputs, config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
nix = {
|
nix = {
|
||||||
|
package = pkgs.lix;
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = "nix-command flakes";
|
experimental-features = "nix-command flakes";
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue