workflows/cachix: some more advanced waiting

i hope this works i have no idea why git-crypt does this it also happens
on local computers sometimes jalsdfjasoigrjoi
This commit is contained in:
LavaDesu 2025-05-23 01:31:42 +10:00
parent 3f52fc1e81
commit fe8d26a860
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 13 additions and 1 deletions

View file

@ -78,6 +78,8 @@
nixosConfigurations."hazel" = mkSystem nixpkgs-stable "hazel" "x86_64-linux" [];
nixosConfigurations."hyacinth" = mkSystem nixpkgs "hyacinth" "x86_64-linux" [];
checks."x86_64-linux".is_dirty = if !(self ? rev) then throw "Dirty git tree detected." else self.rev;
packages."x86_64-linux" =
let
pkgs = import nixpkgs rec {