aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-05-26 18:37:45 -0700
committerPreston Pan <preston@nullring.xyz>2024-05-26 18:37:45 -0700
commit3794b82696abbb45a859f97719db1908b19e6ba0 (patch)
tree234028a3fe69c77fba362c9b8ccb6428314bb86e /flake.nix
parent5e8c850a2f5edca7abacb49f4c9e422c8794c88f (diff)
first push in a while
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 717ff18..59823ac 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
description = "A comprehensive NixOS+Emacs+HyprLand Configuration";
inputs = {
- nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";