My Nix configuration
nix nixos nix-configuration
at trunk 157 B view raw
1{nixpkgs-unstable}: [ 2 (final: prev: { 3 unstable = import nixpkgs-unstable { 4 system = final.system; 5 config.allowUnfree = true; 6 }; 7 }) 8]