simplify flake inputs
This commit is contained in:
parent
3cc5c5271a
commit
d006552755
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; };
|
||||
home-manager = { url = "github:nix-community/home-manager"; };
|
||||
secrets = { url = "github:LavaDesu/flakes-secrets"; };
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
secrets.url = "github:LavaDesu/flakes-secrets";
|
||||
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue