From d62e8cb43dd012187f4cdba5b106ce53016355da Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 30 Nov 2023 22:21:22 +0100 Subject: jump to nixos 23.11 --- flake.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4ea0bcd..d6d6c18 100644 --- a/flake.nix +++ b/flake.nix @@ -5,10 +5,10 @@ ''; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - home-manager.url = "github:nix-community/home-manager/release-23.05"; + home-manager.url = "github:nix-community/home-manager/release-23.11"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; deploy-rs.url = "git+https://stuebinm.eu/git/forks/deploy-rs?ref=nom-flag"; deploy-rs.inputs.nixpkgs.follows = "nixpkgs"; @@ -16,12 +16,12 @@ "gitlab:simple-nixos-mailserver/nixos-mailserver/master"; simple-nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs-unstable"; simple-nixos-mailserver.inputs.nixpkgs-23_05.follows = "nixpkgs"; + simple-nixos-mailserver.inputs.nixpkgs-23_11.follows = "nixpkgs"; rust-overlay.url = "github:oxalica/rust-overlay"; rust-overlay.inputs.nixpkgs.follows = "nixpkgs"; sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs-unstable"; sops-nix.inputs.nixpkgs-stable.follows = "nixpkgs"; - nix-gleam.url = "github:arnarg/nix-gleam"; uplcg.url = "git+https://stuebinm.eu/git/forks/uplcg?ref=main"; uplcg.flake = false; @@ -56,7 +56,6 @@ system = "x86_64-linux"; overlays = [ inputs.rust-overlay.overlays.default - inputs.nix-gleam.overlays.default self.overlays.default ]; }; -- cgit v1.2.3