switch to unstable

This commit is contained in:
Vivian 2023-02-14 10:59:38 +01:00
parent 2cb43ba3f2
commit c435302045
3 changed files with 14 additions and 14 deletions

View file

@ -9,7 +9,7 @@
# * https://github.com/Infinidoge/nix-minecraft
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs_22-11.url = "github:nixos/nixpkgs/nixos-22.11";
nur.url = "github:nix-community/NUR";
@ -121,11 +121,11 @@
# modules = [ (import ./nixos/templates/iso-graphical.nix) ];
# };
# proxmox-lxc = nixos-generators.nixosGenerate {
# inherit pkgs;
# format = "proxmox-lxc";
# modules = [ (import ./nixos/templates/proxmox-lxc.nix) ];
# };
proxmox-lxc = nixos-generators.nixosGenerate {
inherit pkgs;
format = "proxmox-lxc";
modules = [ (import ./nixos/templates/proxmox-lxc.nix) ];
};
# proxmox-vm = nixos-generators.nixosGenerate {
# inherit system pkgs;