summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-07-16 10:20:12 -0400
committerFreya Murphy <freya@freyacat.org>2025-07-16 10:20:12 -0400
commit3d804b033bfcfc155644b63a4c5fcc4efc7623ea (patch)
tree74cfc143999b83832ccabc0a250ed97f02a0974e /flake.nix
parentupdate commits (diff)
downloaddotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.tar.gz
dotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.tar.bz2
dotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.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 0015bcd..7623ff2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,7 @@
inputs = {
# nixpkgs
- nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+ nixpkgs.url = "github:nixos/nixpkgs/91e56b8907108960a13bb79ba6587524348b679c";
# home manager
home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs";