From e0bd1277a539b1a7ef1e8710fcbac2ef85cf4610 Mon Sep 17 00:00:00 2001 From: cnst Date: Sat, 17 Aug 2024 19:36:46 +0200 Subject: [PATCH] removing test --- .build.yml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index b36a0fb6..b7b9e3d5 100644 --- a/.build.yml +++ b/.build.yml @@ -1,6 +1,6 @@ image: alpine/edge secrets: - - "cat ${config.sops.secrets.ssh_user.path}" + - 3f6a4bb6-d012-403b-9c70-fd6ba554dc4a sources: - git@git.sr.ht:~canasta/cnix environment: diff --git a/flake.nix b/flake.nix index 35473f65..09076a46 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "My (i.e. fufexan's) NixOS flake configuration test"; + description = "My (i.e. fufexan's) NixOS flake configuration"; outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} {