pin home manager flake input to 23.11 branch

change wireguard endpoint address
permit insecure electron versions due to deprecation
This commit is contained in:
Pim Kunis 2023-12-25 19:32:04 +01:00
parent b616da4a06
commit 10b9c9d716
3 changed files with 64 additions and 33 deletions

View file

@ -6,8 +6,7 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nur.url = "github:nix-community/NUR";
home-manager = {
url =
"https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz";
url = "github:nix-community/home-manager?ref=release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
homeage = {
@ -22,8 +21,16 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};
outputs = { nixpkgs, nixpkgs-unstable, home-manager, homeage, agenix, nur
, nixos-hardware, ... }: {
outputs =
{ nixpkgs
, nixpkgs-unstable
, home-manager
, homeage
, agenix
, nur
, nixos-hardware
, ...
}: {
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt;
nixosConfigurations.pim = nixpkgs.lib.nixosSystem rec {