Skip to content

Commit e0a46fb

Browse files
committed
Use nixpkgs-unstable instead of nixos-unstable
See nix-community/home-manager#5991
1 parent 942e042 commit e0a46fb

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

flake.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
gpg240-nixpkgs.url = "github:nixos/nixpkgs?rev=5a8650469a9f8a1958ff9373bd27fb8e54c4365d";
77

88
# Specify the source of Home Manager and Nixpkgs.
9-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
9+
#nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
10+
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
1011
emacs-overlay = {
1112
url = "github:nix-community/emacs-overlay";
1213
inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)