Skip to content

Commit 9294a1e

Browse files
authored
refactor: prepare the input (#235)
1 parent c299523 commit 9294a1e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

flake.nix

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
description = "Zen Browser";
2+
description = "Community-driven Nix Flake for the Zen browser";
33

4-
inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
5-
inputs.home-manager = {
6-
url = "github:nix-community/home-manager";
7-
inputs.nixpkgs.follows = "nixpkgs";
4+
inputs = {
5+
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
6+
home-manager = {
7+
url = "github:nix-community/home-manager";
8+
inputs.nixpkgs.follows = "nixpkgs";
9+
};
810
};
911

1012
outputs = {

0 commit comments

Comments
 (0)