initial
This commit is contained in:
21
flake.nix
Normal file
21
flake.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
description = "unexplrd's flake for bwrapped (and maybe other) packages";
|
||||
|
||||
# Add all your dependencies here
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
||||
blueprint.url = "github:numtide/blueprint";
|
||||
blueprint.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nix-bwrapper.url = "github:Naxdy/nix-bwrapper";
|
||||
nix-bwrapper.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nix-bwrapper.inputs.nuschtosSearch.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nix-bwrapper.inputs.treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
zen-browser.url = "github:youwen5/zen-browser-flake";
|
||||
zen-browser.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Load the blueprint
|
||||
outputs = inputs: inputs.blueprint {inherit inputs;};
|
||||
}
|
||||
Reference in New Issue
Block a user