1
0
Fork 0

home-manager: follow nixpkgs as the input

This commit is contained in:
Pratham Patel 2024-02-20 15:15:28 +05:30
parent 5c8a076609
commit b6756ceec5
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 2 additions and 0 deletions

View File

@ -4,7 +4,9 @@
# without specifying specific release
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/*.tar.gz";
home-manager.url = "github:nix-community/home-manager/release-23.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
flake-utils.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, home-manager, flake-utils, ... }: