diff options
author | Preston Pan <preston@nullring.xyz> | 2024-07-14 14:44:02 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-07-14 14:44:02 -0700 |
commit | 5e0544dad7d317607de0be9123fb4ca484027c87 (patch) | |
tree | 1555c1cc69cbe1e4b22ba98d9cf66b190e4047b7 /flake.nix | |
parent | 1296fcd66822b8ee4b0f6696bb1f06a501edc7ae (diff) |
run nix flake update
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ description = "A comprehensive NixOS+Emacs+HyprLand Configuration"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs = { + url = "github:nixos/nixpkgs/nixos-unstable"; + }; home-manager = { url = "github:nix-community/home-manager/release-23.11"; inputs.nixpkgs.follows = "nixpkgs"; |