From 62471af8ca53d7a74b3dd9fabc56d278be0df92d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 26 Mar 2024 18:48:25 -0400 Subject: [PATCH] Update colmena-flake --- flake.lock | 6 +++--- flake.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 9505b3c..b8f8973 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 051e8df..b32aa4b 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [