We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c299523 commit 9294a1eCopy full SHA for 9294a1e
flake.nix
@@ -1,10 +1,12 @@
1
{
2
- description = "Zen Browser";
+ description = "Community-driven Nix Flake for the Zen browser";
3
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";
+ inputs = {
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+ home-manager = {
+ url = "github:nix-community/home-manager";
8
+ inputs.nixpkgs.follows = "nixpkgs";
9
+ };
10
};
11
12
outputs = {
0 commit comments