Skip to content

Commit 892dfa2

Browse files
authored
Upgrade to stable nix pkgs (#170)
* Upgrade to stable nix pkgs * Run workflow if flake changes
1 parent 435ab54 commit 892dfa2

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

.github/workflows/nix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
paths:
88
- '.github/workflows/nix.yml'
9+
- 'flake.nix'
10+
- 'flake.lock'
911
- 'nix/**'
1012
- 'include/**'
1113
- 'tests/**'
@@ -18,6 +20,8 @@ on:
1820
- main
1921
paths:
2022
- '.github/workflows/nix.yml'
23+
- 'flake.nix'
24+
- 'flake.lock'
2125
- 'nix/**'
2226
- 'include/**'
2327
- 'tests/**'

flake.lock

Lines changed: 16 additions & 13 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Functional programming in C++";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
66
};
77

88
outputs = inputs@{ flake-parts, ... }:

0 commit comments

Comments
 (0)