1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

flake update

This commit is contained in:
Robin Appelman 2024-02-16 12:10:22 +01:00
commit 0f0733e961
2 changed files with 17 additions and 18 deletions

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.05";
nixpkgs.url = "nixpkgs/nixos-23.11";
flake-utils.url = "github:numtide/flake-utils";
naersk.url = "github:nix-community/naersk";
naersk.inputs.nixpkgs.follows = "nixpkgs";
@ -90,7 +90,6 @@
}: {
imports = [./hm-module.nix];
config = lib.mkIf config.programs.haze.enable {
nixpkgs.overlays = [self.overlays.default];
programs.haze.package = lib.mkDefault pkgs.haze;
};
};