chore: add update-input recipe
Cassie Cheung 2 years ago 62401b9f 0e19076e
··· 16 16 @echo "Running utils/{{recipe}}" 17 17 @cd utils && just {{recipe}} 18 18 19 19 + update-input input: 20 20 + nix flake lock --update-input {{input}} 21 21 + 19 22 ebuild system: 20 23 nix build -j8 .#nixosConfigurations."{{system}}".config.system.build.toplevel