summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2024-04-27 22:52:04 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2024-04-28 16:24:00 +0200
commit43780b88d8e79c7e50e2e5d7d3f798ce7314658f (patch)
tree6f0bfd7dd25500611727998b10518b35908908ff /flake.nix
parente4fdc8df895a8e07d2203e681432e95d9be2c988 (diff)
nixos: 23.05 -> 23.11
hostapd: stop using module
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 38d66eb..8a163e0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
inputs = {
my-nixpkgs.url = "github:qaristote/my-nixpkgs";
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11-small";
};
outputs = { self, nixpkgs, my-nixpkgs, nixos-hardware, ... }: {