From 4f3cc1da4aebea5ef1689f56fe6aec950a094bcf Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 22 Jun 2024 20:58:00 +0200 Subject: remove kbd and powerprofile --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ba7aa74..ba1280b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,10 +1,9 @@ { - description = "DBus proxy library for upower daemon"; + description = "DBus proxy library for upower daemon devices"; inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - outputs = { self, nixpkgs }: - let + outputs = { self, nixpkgs }: let version = builtins.replaceStrings ["\n"] [""] (builtins.readFile ./version); system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; -- cgit v1.2.3