Add nix shell and some checks
This commit is contained in:
parent
929da3e3c3
commit
942ed011c9
7 changed files with 377 additions and 12 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue