From e4781a2c772c1bd6802e65847629f2248ba37336 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Wed, 23 Jul 2025 08:29:48 -0400 Subject: 2025-07-23 --- flake.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d44036b..6119cf6 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "Jon's NixOS configuration"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; - nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; + nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05"; home-manager = { url = "github:nix-community/home-manager"; @@ -30,6 +30,10 @@ pkgs = import nixpkgs { inherit system; config.allowUnfree = true; + config.permittedInsecurePackages = [ + "dotnet-runtime-7.0.20" + "dotnet-runtime-wrapped-7.0.20" + ]; overlays = [ self.overlays.default ]; }; @@ -44,7 +48,7 @@ mkHost = system: path: lib.nixosSystem { inherit system; - specialArgs = {inherit lib inputs system;}; + specialArgs = {inherit lib inputs system; rootPath=./.;}; modules = [ nix-index-database.nixosModules.nix-index { -- cgit v1.2.1