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:
parent
3f52fc1e81
commit
fe8d26a860
2 changed files with 13 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue