This commit is contained in:
Sandro - 2023-06-16 20:28:00 +02:00
parent 00000040af
commit 000003034b
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 1 additions and 22 deletions

View File

@ -377,22 +377,6 @@
"type": "github"
}
},
"nixos-22-11": {
"locked": {
"lastModified": 1686561852,
"narHash": "sha256-gMXLhJHtE8F+lySUGZhGWJfVxvfpV1uOTekjQG0rM6o=",
"owner": "SuperSandro2000",
"repo": "nixpkgs",
"rev": "9af59c6f7db5d24cec056ae8171196abf6aaf5fb",
"type": "github"
},
"original": {
"owner": "SuperSandro2000",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1686452266,
@ -500,7 +484,6 @@
"naersk": "naersk",
"nix-cache-cut": "nix-cache-cut",
"nixos": "nixos",
"nixos-22-11": "nixos-22-11",
"nixos-hardware": "nixos-hardware",
"nixos-modules": "nixos-modules",
"oparl-scraper": "oparl-scraper",

View File

@ -8,7 +8,6 @@
inputs = {
# use sandro's fork full with cherry-picked fixes
nixos-22-11.url = "github:SuperSandro2000/nixpkgs/nixos-22.11";
nixos.url = "github:SuperSandro2000/nixpkgs/nixos-23.05";
nixos-hardware.url = "github:nixos/nixos-hardware";
@ -496,9 +495,6 @@
};
mobilizon = nixosSystem' {
# TODO: pending https://github.com/NixOS/nixpkgs/pull/119132
# cherry-picked by sandro into his 22.11 fork
# nixpkgs = inputs.nixos-mobilizon;
modules = [
self.nixosModules.microvm
./hosts/mobilizon

View File

@ -136,5 +136,5 @@
extraGroups = [ "networkmanager" ];
};
system.stateVersion = "22.11"; # Did you read the comment?
system.stateVersion = "22.11";
}