Geoffrey Frogeye
0d047d3e46
If extensions have their lock file updated in some cases, running .#updateLocalFlakes will not work.
3 lines
114 B
Nix
3 lines
114 B
Nix
{ pkgs, ... }:
|
|
pkgs.writers.writePython3Bin "update-local-flakes" {} (builtins.readFile ./update-local-flakes.py)
|