We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4afb97 commit bf12566Copy full SHA for bf12566
.github/workflows/nix.yml
@@ -1,5 +1,7 @@
1
name: Nix
2
-on: [push, pull_request]
+on:
3
+ - push
4
+ - pull_request
5
6
jobs:
7
build:
@@ -11,12 +13,6 @@ jobs:
11
13
with:
12
14
github_access_token: ${{ secrets.GITHUB_TOKEN }}
15
- - name: Setup Cachix
- uses: cachix/cachix-action@v13
16
- with:
17
- name: mrnossiom
18
- authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
19
-
20
- name: Check flake structure
21
run: nix flake check
22
flake.lock
flake.nix
@@ -1,6 +1,7 @@
{
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
+ # nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
0 commit comments