3 lines
115 B
Nix
3 lines
115 B
Nix
{ pkgs, ... }:
|
|
pkgs.writers.writePython3Bin "update-local-flakes" { } (builtins.readFile ./update-local-flakes.py)
|