Skip to content

Commit

Permalink
chore: bump templates nixpkgs version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Dec 2, 2024
1 parent 24023bc commit f3ec899
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/blank/flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
};

outputs = { self, nixpkgs }:
Expand Down
2 changes: 1 addition & 1 deletion templates/c/flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
};

outputs = { self, nixpkgs }:
Expand Down
2 changes: 1 addition & 1 deletion templates/rust/flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";

rust-overlay = {
url = "github:oxalica/rust-overlay";
Expand Down

0 comments on commit f3ec899

Please sign in to comment.