allow unfree

This commit is contained in:
Prunebutt 2025-09-25 18:01:34 +02:00
parent d961bab798
commit e1a7632b40
3 changed files with 30 additions and 3 deletions

View file

@ -7,7 +7,7 @@
nixpkgs,
} @ inputs: let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages."${system}";
pkgs = import nixpkgs { inherit system; config.allowUnfree = true;};
in {
packages."${system}".default = pkgs.writeShellApplication {
name = "hello_world";