diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-31 12:42:20 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-31 12:42:20 -0400 |
commit | f61cf15edc8d819e75e75dffb4f21cbf203cb343 (patch) | |
tree | fc6b636f4acfa7ae93d4112f3562ea0a7357036c /flake.nix | |
parent | linux 6.14 (diff) | |
download | dotfiles-nix-f61cf15edc8d819e75e75dffb4f21cbf203cb343.tar.gz dotfiles-nix-f61cf15edc8d819e75e75dffb4f21cbf203cb343.tar.bz2 dotfiles-nix-f61cf15edc8d819e75e75dffb4f21cbf203cb343.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/master"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # home manager home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; |