Skip to content

Commit 0b67349

Browse files
authored
flake.nix: Update to nixos-24.11 test target (#19)
1 parent e8bf6e6 commit 0b67349

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ If you use NixOS, this repository provides a flake with a NixOS module to instal
158158
description = "my nixos config";
159159
160160
inputs = {
161-
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
161+
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
162162
tailscale-manager = {
163163
url = "github:singlestore-labs/tailscale-manager";
164164
inputs.nixpkgs.follows = "nixpkgs";
@@ -170,7 +170,7 @@ If you use NixOS, this repository provides a flake with a NixOS module to instal
170170
nixosConfigurations.default = nixpkgs.lib.nixosSystem {
171171
system = "x86_64-linux";
172172
modules = [
173-
tailscale-manager.nixosModules.x86_64-linux.default
173+
tailscale-manager.nixosModules.default
174174
({ config, lib, pkgs, ... }:
175175
{
176176
services.tailscale.enable = true;

flake.lock

Lines changed: 10 additions & 10 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 = "tailscale-manager";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
66
flake-utils.url = "github:numtide/flake-utils";
77
nix-github-actions.url = "github:nix-community/nix-github-actions";
88
nix-github-actions.inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)