From 637395bcc497e0ccf054adc3dc85d6b999373774 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 25 Dec 2024 15:46:12 -0500 Subject: [PATCH] update flake --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6e13511..985831d 100644 --- a/flake.nix +++ b/flake.nix @@ -12,13 +12,14 @@ outputs = { nixpkgs, home-manager, + sops-nix, ... } @ inputs: { nixosConfigurations = { Parzival-Mobile = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; - nixpkgs = import nixpkgs { + pkgs = import nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };