From be9cadd49f079f3e4a6cdd8bdee463436a21723b Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 21 May 2023 19:20:18 +0300 Subject: fix nixinate, add mullvad firejail --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3a4cd31..9c5352a 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,10 @@ impermanence.url = "github:nix-community/impermanence"; agenix.url = "github:ryantm/agenix"; hardware.url = "github:nixos/nixos-hardware"; - nixinate.url = "github:matthewcroughan/nixinate"; + nixinate = { + url = "github:matthewcroughan/nixinate"; + inputs.nixpkgs.follows = "nixpkgs"; + }; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; -- cgit 1.4.1