summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-06-22 20:58:00 +0200
committerAylur <[email protected]>2024-06-22 20:58:00 +0200
commit4f3cc1da4aebea5ef1689f56fe6aec950a094bcf (patch)
tree99db0d2fc908cb93766210a79a5712d4b6c95604 /flake.nix
parent4c8d03265a87ce76cc31fd36eb476d00efe7ef56 (diff)
remove kbd and powerprofile
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 2 insertions, 3 deletions
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; };