Skip to content

Commit

Permalink
flake.nix: Update to nixos-24.11 test target (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
benley authored Jan 27, 2025
1 parent e8bf6e6 commit 0b67349
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ If you use NixOS, this repository provides a flake with a NixOS module to instal
description = "my nixos config";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
tailscale-manager = {
url = "github:singlestore-labs/tailscale-manager";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -170,7 +170,7 @@ If you use NixOS, this repository provides a flake with a NixOS module to instal
nixosConfigurations.default = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
tailscale-manager.nixosModules.x86_64-linux.default
tailscale-manager.nixosModules.default
({ config, lib, pkgs, ... }:
{
services.tailscale.enable = true;
Expand Down
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "tailscale-manager";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
nix-github-actions.url = "github:nix-community/nix-github-actions";
nix-github-actions.inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit 0b67349

Please sign in to comment.