Skip to content

Commit bf12566

Browse files
committed
ci: drop cachix step and bump nixos version
1 parent e4afb97 commit bf12566

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

.github/workflows/nix.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Nix
2-
on: [push, pull_request]
2+
on:
3+
- push
4+
- pull_request
35

46
jobs:
57
build:
@@ -11,12 +13,6 @@ jobs:
1113
with:
1214
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1315

14-
- name: Setup Cachix
15-
uses: cachix/cachix-action@v13
16-
with:
17-
name: mrnossiom
18-
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
19-
2016
- name: Check flake structure
2117
run: nix flake check
2218

flake.lock

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

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
3+
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
4+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
45

56
rust-overlay.url = "github:oxalica/rust-overlay";
67
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)