diff --git a/.flox/env/manifest.lock b/.flox/env/manifest.lock index e9a7a8f..0f9ca10 100644 --- a/.flox/env/manifest.lock +++ b/.flox/env/manifest.lock @@ -3,6 +3,9 @@ "manifest": { "hook": {}, "install": { + "act": { + "pkg-path": "act" + }, "alembic": { "pkg-path": "python311Packages.alembic" }, @@ -89,6 +92,34 @@ }, "packages": { "aarch64-darwin": { + "act": { + "attr-path": [ + "legacyPackages", + "aarch64-darwin", + "act" + ], + "info": { + "broken": false, + "description": "Run your GitHub Actions locally", + "license": "MIT", + "pname": "act", + "unfree": false, + "version": "0.2.54" + }, + "input": { + "attrs": { + "lastModified": 1714932323, + "narHash": "sha256-/adplVPlMAjQKi0l7LQmQV2cpYBVGx+w9hCQfHjUi7Q=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ac3da936f34adaa03416f2e14bf670d0ec8012b9", + "type": "github" + }, + "fingerprint": "654bcf613d9cdf23e088ee2ebd22147b3bbba0d988603be18030b644b886d29f", + "url": "github:NixOS/nixpkgs/ac3da936f34adaa03416f2e14bf670d0ec8012b9" + }, + "priority": 5 + }, "alembic": { "attr-path": [ "legacyPackages", @@ -606,6 +637,34 @@ } }, "x86_64-darwin": { + "act": { + "attr-path": [ + "legacyPackages", + "x86_64-darwin", + "act" + ], + "info": { + "broken": false, + "description": "Run your GitHub Actions locally", + "license": "MIT", + "pname": "act", + "unfree": false, + "version": "0.2.54" + }, + "input": { + "attrs": { + "lastModified": 1711062067, + "narHash": "sha256-uOPSXl0DzHTo22Gk62HnIiuoXtmHPIr1Z9yK/c3jgWg=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ac794a632da4741770ef67497991ec6c042e159d", + "type": "github" + }, + "fingerprint": "8f0f365400263f54d1c45e6e8bfd1353c32b4a3d40ac4d8aec95f89828e5ed54", + "url": "github:NixOS/nixpkgs/ac794a632da4741770ef67497991ec6c042e159d" + }, + "priority": 5 + }, "alembic": { "attr-path": [ "legacyPackages", @@ -1146,4 +1205,4 @@ "nixpkgs" ] } -} +} \ No newline at end of file diff --git a/.flox/env/manifest.toml b/.flox/env/manifest.toml index 25a69ca..fa3f356 100644 --- a/.flox/env/manifest.toml +++ b/.flox/env/manifest.toml @@ -26,6 +26,7 @@ http-server.pkg-path = "nodePackages.http-server" moreutils.pkg-path = "moreutils" openapi-generator-cli.pkg-path = "openapi-generator-cli" pycountry.pkg-path = "python311Packages.pycountry" +act.pkg-path = "act" # hello.pkg-path = "hello" # nodejs = { version = "^18.4.2", pkg-path = "nodejs_18" }