File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed
Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 55 nixpkgs . url = "github:nixos/nixpkgs/nixpkgs-unstable" ;
66
77 ## Std ##
8- std . url = "github:divnix/std" ;
8+ std . url = "github:divnix/std/target-in-actions " ;
99 std . inputs . nixpkgs . follows = "nixpkgs" ;
1010
1111 # Rust overlay
Original file line number Diff line number Diff line change 88
99 mkOCI = namespace : let
1010 # TODO: fix git rev
11- # rev =
12- # if (inputs.self.rev != "not-a-commit")
13- # then inputs.self.rev
14- # else "dirty";
11+ rev =
12+ if ( inputs . self . rev != "not-a-commit" )
13+ then inputs . self . rev
14+ else "dirty" ;
1515 in
1616 std . lib . ops . mkStandardOCI {
1717 name = "${ constants . registry } /jormungandr" ;
18- tag = namespace ;
18+ tag = " ${ rev } - ${ namespace } " ;
1919 operable = cell . operables . "jormungandr-${ namespace } " ;
2020 debug = true ;
2121 } ;
Original file line number Diff line number Diff line change 88
99 mkOCI = namespace : let
1010 # TODO: fix git rev
11- # rev =
12- # if (inputs.self.rev != "not-a-commit")
13- # then inputs.self.rev
14- # else "dirty";
11+ rev =
12+ if ( inputs . self . rev != "not-a-commit" )
13+ then inputs . self . rev
14+ else "dirty" ;
1515 in
1616 std . lib . ops . mkStandardOCI {
1717 name = "${ constants . registry } /vit-servicing-station-server" ;
18- tag = namespace ;
18+ tag = " ${ rev } - ${ namespace } " ;
1919 operable = cell . operables . "vit-servicing-station-server-${ namespace } " ;
2020 debug = true ;
2121 } ;
You can’t perform that action at this time.
0 commit comments