summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-12-09 10:06:32 +0100
committerGrigory Shipunov2023-12-09 10:06:32 +0100
commit2984abf7b39e9e874c30991db880a048f7b4c36a (patch)
tree087f451f78eb5ba249627e2f0a82d3981cecafc4 /flake.nix
parent6449b4bbc0c66a41a292c34c638705332ad0d866 (diff)
update to nixos 23.11
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 934322a..406b568 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,6 @@
{
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
flake-utils.url = "github:numtide/flake-utils";