diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-16 18:24:01 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-16 18:24:01 -0800 |
commit | 2a4a4e2c42257bb25789ec3be6bc5a88f0eab7b5 (patch) | |
tree | b3cf871d924e1ba6e8a790dd6dc8910e03083865 /nix/flake.nix | |
parent | 6f86d8f277229c41a5d5f45e6a8e9dd36d4e16a8 (diff) |
Diffstat (limited to 'nix/flake.nix')
-rw-r--r-- | nix/flake.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nix/flake.nix b/nix/flake.nix index 12bec57..2efc624 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -2,9 +2,7 @@ description = "Emacs centric configurations for a complete networked system"; inputs = { - nixpkgs = { - url = "github:nixos/nixpkgs/nixos-24.11"; - }; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; home-manager = { url = "github:nix-community/home-manager/release-24.11"; |