Fetch User Keys - simple tool for fetching SSH keys from various sources
at master 227 B view raw
1# SPDX-FileCopyrightText: 2024 Łukasz Niemier <#@hauleth.dev> 2# 3# SPDX-License-Identifier: EUPL-1.2 4 5image: nixos/23.05 6environment: 7 NIX_CONFIG: "experimental-features = nix-command flakes" 8tasks: 9 - build: nix build ./fuk