Add nix shell and some checks

This commit is contained in:
Jean-François Roche 2023-02-02 00:19:26 +01:00
parent 929da3e3c3
commit 942ed011c9
No known key found for this signature in database
GPG key ID: D1D09DE169EA19A0
7 changed files with 377 additions and 12 deletions

View file

@ -37,7 +37,7 @@ fn main() -> Result<(), Box<dyn Error>> {
user, profile_name
);
let flake_attr = "serviceConfig";
let flake_attr = "serviceConfig.x86_64-linux";
let nix_build_output = run_nix_build(&args.flake_uri, flake_attr);