Merge pull request #508 from nix-community/update_flake_lock_action

flake.lock: Update
This commit is contained in:
Jörg Thalheim 2024-08-22 14:08:28 +02:00 committed by GitHub
commit 7272fa949e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 13 deletions

View file

@ -3,7 +3,7 @@ queue_rules:
merge_conditions: merge_conditions:
- check-success=buildbot/nix-eval - check-success=buildbot/nix-eval
- check-success=tests (ubuntu-latest, stable) - check-success=tests (ubuntu-latest, stable)
- check-success=tests (ubuntu-latest, unstable) - check-success=tests (ubuntu-latest, latest)
- check-success=tests (ubuntu-latest, bash4) - check-success=tests (ubuntu-latest, bash4)
batch_size: 5 batch_size: 5
merge_method: rebase merge_method: rebase

18
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1719994518, "lastModified": 1722555600,
"narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=", "narHash": "sha256-XOQkdLafnb/p9ij77byFQjDf5m5QYl9b2REiVClC+x4=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7", "rev": "8471fe90ad337a8074e957b69ca4d0089218391d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720955038, "lastModified": 1724271409,
"narHash": "sha256-GaliJqfFwyYxReFywxAa8orCO+EnDq2NK2F+5aSc8vo=", "narHash": "sha256-z4nw9HxkaXEn+5OT8ljLVL2oataHvAzUQ1LEi8Fp+SY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "aa247c0c90ecf4ae7a032c54fdc21b91ca274062", "rev": "36a9aeaaa17a2d4348498275f9fe530cd4f9e519",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -50,11 +50,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720930114, "lastModified": 1723808491,
"narHash": "sha256-VZK73b5hG5bSeAn97TTcnPjXUXtV7j/AtS4KN8ggCS0=", "narHash": "sha256-rhis3qNuGmJmYC/okT7Dkc4M8CeUuRCSvW6kC2f3hBc=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "b92afa1501ac73f1d745526adc4f89b527595f14", "rev": "1d07739554fdc4f8481068f1b11d6ab4c1a4167a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -31,7 +31,7 @@ class DirenvProject:
run(["direnv", "allow"], cwd=self.directory) run(["direnv", "allow"], cwd=self.directory)
@pytest.fixture() @pytest.fixture
def direnv_project(test_root: Path, project_root: Path) -> Iterator[DirenvProject]: def direnv_project(test_root: Path, project_root: Path) -> Iterator[DirenvProject]:
""" """
Setups a direnv test project Setups a direnv test project

View file

@ -6,7 +6,7 @@ TEST_ROOT = Path(__file__).parent.resolve()
PROJECT_ROOT = TEST_ROOT.parent PROJECT_ROOT = TEST_ROOT.parent
@pytest.fixture() @pytest.fixture
def test_root() -> Path: def test_root() -> Path:
""" """
Root directory of the tests Root directory of the tests
@ -14,7 +14,7 @@ def test_root() -> Path:
return TEST_ROOT return TEST_ROOT
@pytest.fixture() @pytest.fixture
def project_root() -> Path: def project_root() -> Path:
""" """
Root directory of the tests Root directory of the tests