Skip to content

Commit 2a0d011

Browse files
reo101PetarKirov
authored andcommitted
feat(flake.nix/inputs): Add home-manager-unstable
- Its `nixpkgs` follows our `nixpkgs-unstable`
1 parent 007d0df commit 2a0d011

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

flake.lock

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
inputs.nixpkgs.follows = "nixpkgs";
2626
};
2727

28+
home-manager-unstable = {
29+
url = "github:nix-community/home-manager";
30+
inputs.nixpkgs.follows = "nixpkgs-unstable";
31+
};
32+
2833
nix-darwin = {
2934
url = "github:LnL7/nix-darwin";
3035
inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)