aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-08-01 11:06:58 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-08-01 11:06:58 +0530
commitb3a125624d79432d74f6aba09429af92565d0def (patch)
tree0f4dc7384e94f80771e312e6c6ec755b91cfc426
parent7e4db7e2f9ab1716780d77a6ed6620d7dbd36ee0 (diff)
flake: no need to allow unfree packages
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 672b387..3b65913 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
outputs = { self, nixpkgs, ... }:
let
- pkgs = import nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };
+ pkgs = import nixpkgs { system = "x86_64-linux"; };
in {
devShells.x86_64-linux.default = pkgs.mkShell {
buildInputs = with pkgs; [