Skip to content

Commit

Permalink
Merge branch 'pylint-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
booxter committed May 24, 2024
2 parents a4fb4df + 729add9 commit 4f9e9c4
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
61 changes: 60 additions & 1 deletion .flox/env/manifest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"manifest": {
"hook": {},
"install": {
"act": {
"pkg-path": "act"
},
"alembic": {
"pkg-path": "python311Packages.alembic"
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1146,4 +1205,4 @@
"nixpkgs"
]
}
}
}
1 change: 1 addition & 0 deletions .flox/env/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 4f9e9c4

Please sign in to comment.