From 38bbe28e6818bdc6400366fa87dbb963dfe5044b Mon Sep 17 00:00:00 2001 From: sils Date: Sat, 25 Feb 2023 15:49:11 +0100 Subject: Packages: Add signal-cli --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 37f9431..5775c42 100644 --- a/flake.nix +++ b/flake.nix @@ -2,11 +2,15 @@ description = "My Nixo system configuration"; inputs = { nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable"; - home-manager.url = "github:nix-community/home-manager/master"; + home-manager = { + url = "github:nix-community/home-manager/master"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { self, nixpkgs, + home-manager, ... } @ attrs: { nixosConfigurations.thinklappi = nixpkgs.lib.nixosSystem { -- cgit 1.4.1