This commit is contained in:
Lukas Wurzinger 2024-12-29 00:11:03 +01:00
parent 2d2bdcf955
commit 2d17f001d7
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
{pkgs, ...}: let
puter = pkgs.writeShellScriptBin {
puter = pkgs.writeShellApplication {
name = "puter";
runtimeInputs = [
pkgs.nixos-rebuild