Update colmena-flake

This commit is contained in:
Sridhar Ratnakumar 2024-03-26 18:48:25 -04:00
parent 65ee094bd2
commit 62471af8ca
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -32,11 +32,11 @@
},
"colmena-flake": {
"locked": {
"lastModified": 1711476729,
"narHash": "sha256-Qgbafdn8cakqnSKD6tC1G6+5LrKs12c+vs9PoQ8Hq14=",
"lastModified": 1711493191,
"narHash": "sha256-boxs2M0It0Bh7CGZnEbZJohA+wphXNTjUZ32D9y1KUE=",
"owner": "juspay",
"repo": "colmena-flake",
"rev": "8a659d55529918012234e662413a3758a2ba3db1",
"rev": "0a9118df5e2e20db9f0e81f273ce906e26a286f3",
"type": "github"
},
"original": {

View file

@ -46,7 +46,7 @@
# Colmena deployment configuration
# See https://github.com/juspay/colmena-flake
colmena-parts.deployment =
colmena-flake.deployment =
let
read1Password = field:
[ "op" "read" "op://Personal/nixos-config/${field}" ];
@ -74,7 +74,7 @@
./systems/github-runner.nix;
};
perSystem = { self', system, pkgs, lib, config, inputs', ... }: {
perSystem = { self', pkgs, lib, config, ... }: {
# Flake inputs we want to update periodically
# Run: `nix run .#update`.
nixos-flake.primary-inputs = [