add missing semicolon :rolling_eyes:

This commit is contained in:
Gabriella Bere 2024-09-06 18:51:40 +01:00
parent aead0983d0
commit 0438c57b95

View file

@ -29,7 +29,7 @@
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
}
};
};
outputs = { self, nixpkgs, stablepkgs, ... } @ inputs: