Auto Push
parent
969f7b726a
commit
dba8f5f9cc
|
@ -198,6 +198,7 @@ in
|
||||||
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
||||||
system.stateVersion = "23.11"; # Did you read the comment?
|
system.stateVersion = "23.11"; # Did you read the comment?
|
||||||
nix.settings.substituters = [ "https://mirrors.ustc.edu.cn/nix-channels/store" ];
|
nix.settings.substituters = [ "https://mirrors.ustc.edu.cn/nix-channels/store" ];
|
||||||
|
allowUnfree = true;
|
||||||
nixpkgs.config.packageOverrides = pkgs: {
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
# nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
# nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
||||||
# inherit pkgs;
|
# inherit pkgs;
|
||||||
|
|
Loading…
Reference in New Issue