diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-22 20:47:00 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-22 20:47:00 -0400 |
commit | fac4ec0bbdcdb7f2a3bc10c0e6f15251ee63d3fa (patch) | |
tree | e29e59231b5a1a2b3b49a2708a7f53907224b4da /flake.nix | |
parent | unofficial-homestuck-collection: refactor package (diff) | |
download | dotfiles-nix-fac4ec0bbdcdb7f2a3bc10c0e6f15251ee63d3fa.tar.gz dotfiles-nix-fac4ec0bbdcdb7f2a3bc10c0e6f15251ee63d3fa.tar.bz2 dotfiles-nix-fac4ec0bbdcdb7f2a3bc10c0e6f15251ee63d3fa.zip |
update commits
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ inputs = { # nixpkgs - nixpkgs.url = "github:nixos/nixpkgs/91e56b8907108960a13bb79ba6587524348b679c"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # home manager home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; |