flake update

This commit is contained in:
Vivian 2022-12-28 15:55:38 +01:00
parent ef4eff6d5c
commit 1d8293517a
5 changed files with 22 additions and 25 deletions

View file

@ -26,7 +26,8 @@
hyprpaper.url = "github:hyprwm/hyprpaper";
hyprpaper.inputs.nixpkgs.follows = "nixpkgs";
riff.url = "github:DeterminateSystems/riff/cole/ds-285-use-rustup-based-rustc-and-cargo";
riff.url =
"github:DeterminateSystems/riff/cole/ds-285-use-rustup-based-rustc-and-cargo";
riff.inputs.nixpkgs.follows = "nixpkgs";
webcord.url = "github:fufexan/webcord-flake";
@ -65,7 +66,7 @@
nixHosts = util.filter_nix_hosts flat_hosts;
# Define args each module gets access to (access to hosts is useful for DNS/DHCP)
specialArgs = { inherit hosts flat_hosts inputs; };
specialArgs = { inherit flat_hosts inputs; };
pkgs = import nixpkgs {
inherit system;
overlays = [