allow unfree packages
This commit is contained in:
parent
08140fef58
commit
9d4ba69e14
@ -6,12 +6,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, ... }:
|
outputs = { nixpkgs, ... }:
|
||||||
let system = "x86_64-linux"; in
|
let system = "x86_64-linux"; pkgs = import nixpkgs { system = "${system}"; config.allowUnfree = true; }; in
|
||||||
{
|
{
|
||||||
devShells."${system}".default =
|
devShells."${system}".default =
|
||||||
let
|
|
||||||
pkgs = nixpkgs.legacyPackages."${system}";
|
|
||||||
in
|
|
||||||
pkgs.mkShellNoCC {
|
pkgs.mkShellNoCC {
|
||||||
buildInputs = [ pkgs.bashInteractive ];
|
buildInputs = [ pkgs.bashInteractive ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user