Compare commits
2 commits
c91d04944b
...
96f5f85a20
Author | SHA1 | Date | |
---|---|---|---|
96f5f85a20 | |||
86a49b0e8a |
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
||||||
* `nix build '.#flakes-action'
|
* `nix build '.#flakes-action' #for default platform
|
||||||
|
* 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": 1710451336,
|
"lastModified": 1713537308,
|
||||||
"narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=",
|
"narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "d691274a972b3165335d261cc4671335f5c67de9",
|
"rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue