Compare commits
2 commits
828edfa3be
...
8248c71bd8
Author | SHA1 | Date | |
---|---|---|---|
|
8248c71bd8 | ||
f2df89bcf7 |
2 changed files with 5 additions and 17 deletions
12
.github/workflows/check.yml
vendored
12
.github/workflows/check.yml
vendored
|
@ -12,10 +12,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
- name: Setup Action cache for nix
|
|
||||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
with:
|
|
||||||
fail-mode: true
|
|
||||||
- name: Check Nix flake inputs
|
- name: Check Nix flake inputs
|
||||||
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
|
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
|
||||||
- name: Run nix fmt
|
- name: Run nix fmt
|
||||||
|
@ -27,10 +23,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
- name: Setup Action cache for nix
|
|
||||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
with:
|
|
||||||
fail-mode: true
|
|
||||||
- name: Check Nix flake inputs
|
- name: Check Nix flake inputs
|
||||||
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
|
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
|
||||||
- name: Run nix flake check
|
- name: Run nix flake check
|
||||||
|
@ -42,10 +34,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
- name: Setup Action cache for nix
|
|
||||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
with:
|
|
||||||
fail-mode: true
|
|
||||||
- name: Check Nix flake inputs
|
- name: Check Nix flake inputs
|
||||||
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
|
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
|
||||||
- name: Build nvim
|
- name: Build nvim
|
||||||
|
|
10
flake.lock
10
flake.lock
|
@ -181,11 +181,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732521221,
|
"lastModified": 1734424634,
|
||||||
"narHash": "sha256-2ThgXBUXAE1oFsVATK1ZX9IjPcS4nKFOAjhPNKuiMn0=",
|
"narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4633a7c72337ea8fd23a4f2ba3972865e3ec685d",
|
"rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -198,11 +198,11 @@
|
||||||
"presence-nvim": {
|
"presence-nvim": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728312592,
|
"lastModified": 1734057239,
|
||||||
"narHash": "sha256-NuoXsCOA5Uz7XOtC5B1pIXLytLaod6wUzrE+m5uEHcs=",
|
"narHash": "sha256-NuoXsCOA5Uz7XOtC5B1pIXLytLaod6wUzrE+m5uEHcs=",
|
||||||
"owner": "jiriks74",
|
"owner": "jiriks74",
|
||||||
"repo": "presence.nvim",
|
"repo": "presence.nvim",
|
||||||
"rev": "df0a0b52cd0799e99d1b76805d1357ae9c0d017d",
|
"rev": "c850b9e245f310e040478ab54808c7ce098919ed",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue