Compare commits
No commits in common. "96f5f85a20fccc484887d4d18ebdcb6e53c0846b" and "c91d04944b881b019fa66595d2a969a3822dd059" have entirely different histories.
96f5f85a20
...
c91d04944b
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
* `nix build '.#flakes-action' #for default platform
|
||||
* nix build '#packages.aarch64-linux.flakes-action' #for specific platform
|
||||
* `nix build '.#flakes-action'
|
||||
* `docker load < result`
|
||||
* `docker tag [image id] git.cyplo.dev/cyplo/base-images/flakes-action:latest`
|
||||
* `docker push git.cyplo.dev/cyplo/base-images/flakes-action:latest`
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1713537308,
|
||||
"narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=",
|
||||
"lastModified": 1710451336,
|
||||
"narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f",
|
||||
"rev": "d691274a972b3165335d261cc4671335f5c67de9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue