dotfiles/common/update-local-flakes/default.nix

3 lines
115 B
Nix

{ pkgs, ... }:
pkgs.writers.writePython3Bin "update-local-flakes" { } (builtins.readFile ./update-local-flakes.py)