summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-07-22 20:47:00 -0400
committerFreya Murphy <freya@freyacat.org>2025-07-22 20:47:00 -0400
commitfac4ec0bbdcdb7f2a3bc10c0e6f15251ee63d3fa (patch)
treee29e59231b5a1a2b3b49a2708a7f53907224b4da /flake.nix
parentunofficial-homestuck-collection: refactor package (diff)
downloaddotfiles-nix-fac4ec0bbdcdb7f2a3bc10c0e6f15251ee63d3fa.tar.gz
dotfiles-nix-fac4ec0bbdcdb7f2a3bc10c0e6f15251ee63d3fa.tar.bz2
dotfiles-nix-fac4ec0bbdcdb7f2a3bc10c0e6f15251ee63d3fa.zip
update commits
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 7623ff2..0015bcd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";