mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
7 lines
133 B
Nix
7 lines
133 B
Nix
inputs:
|
|
{ nixpkgs, nixpkgs-unstable, nixpkgs-master, custom, rlib }:
|
|
{ config, pkgs, ... }:
|
|
{
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|