Skip to content

Commit

Permalink
chore: Update flake lock
Browse files Browse the repository at this point in the history
  • Loading branch information
underengineering committed Oct 30, 2023
1 parent 3bf4bde commit a9a28ff
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 122 deletions.
170 changes: 49 additions & 121 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-staging.url = "github:NixOS/nixpkgs/staging";
hyprland = {
url = "github:underengineering/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -47,6 +48,7 @@
outputs = {
self,
nixpkgs,
nixpkgs-staging,
home-manager,
hyprland,
...
Expand All @@ -62,7 +64,7 @@

pkgs = import nixpkgs {
inherit system;
inherit ((import ./overlays {inherit inputs system nixpkgs pkgs lib;})) overlays;
inherit ((import ./overlays {inherit inputs system nixpkgs pkgs nixpkgs-staging lib;})) overlays;
config.allowUnfree = true;
};

Expand Down
Loading

0 comments on commit a9a28ff

Please sign in to comment.