Skip to content

Commit 17ab13f

Browse files
Merge pull request #107 from NuschtOS/update
Update
2 parents fc461e5 + 2c72826 commit 17ab13f

3 files changed

Lines changed: 13 additions & 18 deletions

File tree

.github/workflows/flake-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
target: [ "25.05", "unstable" ]
20+
target: [ "25.11", "unstable" ]
2121

2222
steps:
2323
- uses: actions/checkout@v5
@@ -34,8 +34,8 @@ jobs:
3434
if: matrix.target != 'unstable'
3535
run: |
3636
nix build -L \
37-
--override-input nixpkgs github:NixOS/nixpkgs/nixos-25.05 \
38-
--override-input nixvim github:nix-community/nixvim/nixos-25.05
37+
--override-input nixpkgs github:NixOS/nixpkgs/nixos-25.11 \
38+
--override-input nixvim github:nix-community/nixvim/nixos-25.11
3939
4040
- name: build unstable
4141
if: matrix.target == 'unstable'

flake.lock

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111

1212
nixvim = {
1313
url = "github:nix-community/nixvim";
14-
inputs = {
15-
nixpkgs.follows = "nixpkgs";
16-
# https://github.com/nix-community/nixvim/blob/main/flake.nix#L12-L34
17-
nuschtosSearch.follows = "";
18-
};
14+
inputs.nixpkgs.follows = "nixpkgs";
1915
};
2016
};
2117

0 commit comments

Comments
 (0)