Compare commits

..
Author SHA1 Message Date
d017b8d764
Merge pull request #81 from dwinkler1/update_ed
Update RDE flake.lock
2026-08-03 18:39:44 +10:00
7287dfdbae
Merge pull request #82 from dwinkler1/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2026-08-03 18:39:28 +10:00
github-actions[bot]
324f03d2b3 flake.lock: Update
Flake lock file updates:

• Updated input 'fran':
    'github:dwinkler1/fran/da09626e4dd8f0f57078b3a04e0443a8c20defa1?narHash=sha256-xqqv46MTveuT4yJH2YihmbHGy5mdLnnLFDebVmUws/E%3D' (2026-04-17)
  → 'github:dwinkler1/fran/30ab141871ede23b245a90afea58e076ef83b515?narHash=sha256-QjXxUvpOBbnlpSskBOZJ9nUbpYyFRD4cBo4s1aHniGs%3D' (2026-06-13)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/64c08a7ca051951c8eae34e3e3cb1e202fe36786?narHash=sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o%3D' (2026-05-23)
  → 'github:nixos/nixpkgs/148bab9c1c3c53136ecb44a6ea356a0ed5b39b06?narHash=sha256-KoTsyMQqnXQZq8deCEnu4QkyldkwH/bpMMhUcfMdGIw%3D' (2026-08-01)
• Updated input 'nvimConfig':
    'github:dwinkler1/nvimConfig/aec9110e709e1aa50d78f06293c4bde14974b23f?narHash=sha256-AnuNQ9nbXrDYmL97TOejAds/FQOgD6FEOHABp/8dmsU%3D' (2026-05-23)
  → 'github:dwinkler1/nvimConfig/b8f72cb15045e2615bbac25d3cbcc3cabdb1b520?narHash=sha256-cR/2VK2RGr9UJsRYAa1LViorru1oBeW3yVTQLkMHt4Y%3D' (2026-07-30)
• Updated input 'nvimConfig/r-nvim-nix':
    'github:dwinkler1/r_nvim_nix/ec17e22ab362a0ddfd6c2e9c5e95d43897a143be?narHash=sha256-1lvv0bdvSVyeCIgeZ7Ws7ffbDFurA5LJscS9dRLHzC8%3D' (2026-05-22)
  → 'github:dwinkler1/r_nvim_nix/1d26452e3c940153271fc57fbad0b295fcb0e04f?narHash=sha256-5zXVJLG7%2BGi9sgb4Dn7P6O/ywQQxpvcjjoHSJXZEuVo%3D' (2026-07-24)
• Updated input 'nvimConfig/r-nvim-nix/rnvimsrc':
    'github:R-nvim/R.nvim/582f2af11290ac067e49018db38e12a511325556?narHash=sha256-dXox6qEs1VDE7vPNDoN8bY4g06uj1IEs6uki72w8lpA%3D' (2026-04-23)
  → 'github:R-nvim/R.nvim/c56ebe0f8445e251673981c40ac2d74659ecd6ed?narHash=sha256-FywUL3mV2%2Bkfu%2BrO6uUFyUv80EflbdgSkYuSnW965UE%3D' (2026-07-05)
• Updated input 'nvimConfig/wrappers':
    'github:BirdeeHub/nix-wrapper-modules/e7ed7a1205945befdf2e0d73ba7df91d935e5af1?narHash=sha256-VFoBwH7ZjVxCnvZTb5ODRXt70sLtWMxstive0N%2BRS50%3D' (2026-05-20)
  → 'github:BirdeeHub/nix-wrapper-modules/6e7f66fa2cdf4d63162580b438f7fcf87c28a46f?narHash=sha256-vAmbArdCyjqpVW%2B37aCy/PMBOLIqukUXLQuEKLwUhA4%3D' (2026-06-22)
2026-08-02 08:29:21 +00:00
dependabot[bot]
3cd50625ef
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 06:33:44 +00:00
6 changed files with 29 additions and 29 deletions

View file

@ -11,7 +11,7 @@ jobs:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: wimpysworld/nothing-but-nix@main - uses: wimpysworld/nothing-but-nix@main
with: with:
hatchet-protocol: 'carve' hatchet-protocol: 'carve'
@ -104,7 +104,7 @@ jobs:
test-with-python: test-with-python:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: wimpysworld/nothing-but-nix@main - uses: wimpysworld/nothing-but-nix@main
with: with:
hatchet-protocol: 'carve' hatchet-protocol: 'carve'
@ -160,7 +160,7 @@ jobs:
test-with-julia: test-with-julia:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: wimpysworld/nothing-but-nix@main - uses: wimpysworld/nothing-but-nix@main
with: with:
hatchet-protocol: 'carve' hatchet-protocol: 'carve'

View file

@ -21,7 +21,7 @@ jobs:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
github_access_token: ${{ github.token }} github_access_token: ${{ github.token }}
@ -51,7 +51,7 @@ jobs:
test-with-python: test-with-python:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
github_access_token: ${{ github.token }} github_access_token: ${{ github.token }}
@ -88,7 +88,7 @@ jobs:
test-with-julia: test-with-julia:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
github_access_token: ${{ github.token }} github_access_token: ${{ github.token }}

View file

@ -14,7 +14,7 @@ jobs:
matrix: matrix:
os: [macos-latest] os: [macos-latest]
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
github_access_token: ${{ secrets.GITHUB_TOKEN }} github_access_token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -10,7 +10,7 @@ jobs:
id-token: "write" id-token: "write"
contents: "read" contents: "read"
steps: steps:
- uses: "actions/checkout@v6" - uses: "actions/checkout@v7"
with: with:
persist-credentials: false persist-credentials: false
- uses: "DeterminateSystems/determinate-nix-action@v3" - uses: "DeterminateSystems/determinate-nix-action@v3"

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v7
- uses: wimpysworld/nothing-but-nix@main - uses: wimpysworld/nothing-but-nix@main
with: with:
hatchet-protocol: 'carve' hatchet-protocol: 'carve'

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1776413584, "lastModified": 1781337902,
"narHash": "sha256-xqqv46MTveuT4yJH2YihmbHGy5mdLnnLFDebVmUws/E=", "narHash": "sha256-QjXxUvpOBbnlpSskBOZJ9nUbpYyFRD4cBo4s1aHniGs=",
"owner": "dwinkler1", "owner": "dwinkler1",
"repo": "fran", "repo": "fran",
"rev": "da09626e4dd8f0f57078b3a04e0443a8c20defa1", "rev": "30ab141871ede23b245a90afea58e076ef83b515",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1779560665, "lastModified": 1785571196,
"narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=", "narHash": "sha256-KoTsyMQqnXQZq8deCEnu4QkyldkwH/bpMMhUcfMdGIw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786", "rev": "148bab9c1c3c53136ecb44a6ea356a0ed5b39b06",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -52,11 +52,11 @@
"wrappers": "wrappers" "wrappers": "wrappers"
}, },
"locked": { "locked": {
"lastModified": 1779544872, "lastModified": 1785383218,
"narHash": "sha256-AnuNQ9nbXrDYmL97TOejAds/FQOgD6FEOHABp/8dmsU=", "narHash": "sha256-cR/2VK2RGr9UJsRYAa1LViorru1oBeW3yVTQLkMHt4Y=",
"owner": "dwinkler1", "owner": "dwinkler1",
"repo": "nvimConfig", "repo": "nvimConfig",
"rev": "aec9110e709e1aa50d78f06293c4bde14974b23f", "rev": "b8f72cb15045e2615bbac25d3cbcc3cabdb1b520",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -90,16 +90,16 @@
"rnvimsrc": "rnvimsrc" "rnvimsrc": "rnvimsrc"
}, },
"locked": { "locked": {
"lastModified": 1779438909, "lastModified": 1784867506,
"narHash": "sha256-1lvv0bdvSVyeCIgeZ7Ws7ffbDFurA5LJscS9dRLHzC8=", "narHash": "sha256-5zXVJLG7+Gi9sgb4Dn7P6O/ywQQxpvcjjoHSJXZEuVo=",
"owner": "dwinkler1", "owner": "dwinkler1",
"repo": "r_nvim_nix", "repo": "r_nvim_nix",
"rev": "ec17e22ab362a0ddfd6c2e9c5e95d43897a143be", "rev": "1d26452e3c940153271fc57fbad0b295fcb0e04f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "dwinkler1", "owner": "dwinkler1",
"ref": "v0.99.4", "ref": "v1.0.0",
"repo": "r_nvim_nix", "repo": "r_nvim_nix",
"type": "github" "type": "github"
} }
@ -123,16 +123,16 @@
"rnvimsrc": { "rnvimsrc": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1776905071, "lastModified": 1783264911,
"narHash": "sha256-dXox6qEs1VDE7vPNDoN8bY4g06uj1IEs6uki72w8lpA=", "narHash": "sha256-FywUL3mV2+kfu+rO6uUFyUv80EflbdgSkYuSnW965UE=",
"owner": "R-nvim", "owner": "R-nvim",
"repo": "R.nvim", "repo": "R.nvim",
"rev": "582f2af11290ac067e49018db38e12a511325556", "rev": "c56ebe0f8445e251673981c40ac2d74659ecd6ed",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "R-nvim", "owner": "R-nvim",
"ref": "v0.99.4", "ref": "v1.0.0",
"repo": "R.nvim", "repo": "R.nvim",
"type": "github" "type": "github"
} }
@ -153,11 +153,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1779297405, "lastModified": 1782135443,
"narHash": "sha256-VFoBwH7ZjVxCnvZTb5ODRXt70sLtWMxstive0N+RS50=", "narHash": "sha256-vAmbArdCyjqpVW+37aCy/PMBOLIqukUXLQuEKLwUhA4=",
"owner": "BirdeeHub", "owner": "BirdeeHub",
"repo": "nix-wrapper-modules", "repo": "nix-wrapper-modules",
"rev": "e7ed7a1205945befdf2e0d73ba7df91d935e5af1", "rev": "6e7f66fa2cdf4d63162580b438f7fcf87c28a46f",
"type": "github" "type": "github"
}, },
"original": { "original": {