summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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; };