allow unfree
This commit is contained in:
parent
d961bab798
commit
e1a7632b40
3 changed files with 30 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue