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