Remove auth fork

This commit is contained in:
Sandro - 2022-09-04 16:04:28 +02:00
parent 351e0242f7
commit a3dd8c004d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 1 additions and 20 deletions

View File

@ -310,22 +310,6 @@
"type": "github"
}
},
"nixos-unstable-sandro": {
"locked": {
"lastModified": 1662135848,
"narHash": "sha256-+pAEKHiem8k4SiK+ftmcRXsrHJvQXFXSDPWp9HQ0D+o=",
"owner": "SuperSandro2000",
"repo": "nixpkgs",
"rev": "d85602c0e06de5e9165c1c726142e9363a2d4b49",
"type": "github"
},
"original": {
"owner": "SuperSandro2000",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1645296114,
@ -488,7 +472,6 @@
"nixos": "nixos",
"nixos-hardware": "nixos-hardware",
"nixos-unstable": "nixos-unstable",
"nixos-unstable-sandro": "nixos-unstable-sandro",
"nixpkgs-mobilizon": "nixpkgs-mobilizon",
"oparl-scraper": "oparl-scraper",
"openwrt": "openwrt",

View File

@ -5,8 +5,6 @@
nixos.url = "github:nixos/nixpkgs/nixos-22.05";
nixpkgs-mobilizon.url = "github:minijackson/nixpkgs/init-mobilizon";
nixos-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# contains portunus WIP branch on current nixos-unstable
nixos-unstable-sandro.url = "github:SuperSandro2000/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:nixos/nixos-hardware";
fenix = {
url = "github:nix-community/fenix";
@ -442,7 +440,7 @@
self.nixosModules.microvm
./hosts/auth
];
nixpkgs = inputs.nixos-unstable-sandro;
nixpkgs = inputs.nixos-unstable;
};
broker = nixosSystem' {