mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
snapshot pre-cleanup-2026-05-23T19-39-41Z
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
flake.packages.custom-weather = { pkgs, ... }:
|
||||
pkgs.writeShellApplication {
|
||||
perSystem = { pkgs, ... }: {
|
||||
packages.custom-weather = pkgs.writeShellApplication {
|
||||
name = "custom-weather";
|
||||
runtimeInputs = with pkgs; [
|
||||
curl
|
||||
@@ -13,4 +13,4 @@
|
||||
done
|
||||
'';
|
||||
};
|
||||
}
|
||||
};}
|
||||
|
||||
Reference in New Issue
Block a user