summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-12 23:08:56 -0500
committerseth <[email protected]>2023-12-12 23:08:56 -0500
commit163daad93da692fc280036b80f29ca9b65c005d4 (patch)
tree4769d3b0a71f033d802155553a37286164528332 /flake.nix
parent56b051278e722b96e47c92f3789283cfe3b08400 (diff)
flake: update nixpkgs-stable to 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 2ab2bc1..2821bce 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,7 +8,7 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
- nixpkgs-stable.url = "nixpkgs/nixos-23.05";
+ nixpkgs-stable.url = "nixpkgs/nixos-23.11";
darwin = {
url = "github:LnL7/nix-darwin/";
inputs.nixpkgs.follows = "nixpkgs";