Skip to content

Commit 2b930f5

Browse files
Update nixpkgs to nixos-24.11
1 parent 93bd040 commit 2b930f5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "mkRuby to build a version of Ruby";
33

44
inputs.flake-utils.url = "github:numtide/flake-utils";
5-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
5+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
66
inputs.flake-compat.url = "github:edolstra/flake-compat";
77
inputs.flake-compat.flake = false;
88

template/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
44
nixpkgs-ruby.url = "github:bobvanderlinden/nixpkgs-ruby";
55
nixpkgs-ruby.inputs.nixpkgs.follows = "nixpkgs";
66
flake-utils.url = "github:numtide/flake-utils";

0 commit comments

Comments
 (0)