diff options
author | Preston Pan <preston@nullring.xyz> | 2024-05-26 18:37:45 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-05-26 18:37:45 -0700 |
commit | 3794b82696abbb45a859f97719db1908b19e6ba0 (patch) | |
tree | 234028a3fe69c77fba362c9b8ccb6428314bb86e /flake.nix | |
parent | 5e8c850a2f5edca7abacb49f4c9e422c8794c88f (diff) |
first push in a while
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |