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 '.#flakes-action'
|
||||||
* nix build '#packages.aarch64-linux.flakes-action' #for specific platform
|
|
||||||
* `docker load < result`
|
* `docker load < result`
|
||||||
* `docker tag [image id] git.cyplo.dev/cyplo/base-images/flakes-action:latest`
|
* `docker tag [image id] git.cyplo.dev/cyplo/base-images/flakes-action:latest`
|
||||||
* `docker push 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": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713537308,
|
"lastModified": 1710451336,
|
||||||
"narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=",
|
"narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f",
|
"rev": "d691274a972b3165335d261cc4671335f5c67de9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue