Major fixes

This commit is contained in:
2025-12-27 00:21:10 +02:00
parent a83db33c39
commit 1ab061fb90
9 changed files with 61 additions and 37 deletions
+3 -2
View File
@@ -2,6 +2,7 @@
description = "Aner's NIX config for his systems!";
inputs = {
self.submodules = true;
# Nixpkgs
#Temporarily
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
@@ -12,7 +13,7 @@
home-manager = {
# Follow corresponding `release` branch from Home Manager
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -22,7 +23,7 @@
musnix = {url = "github:musnix/musnix";};
azos-core = {
url = "git+file:./azos-core";
url = "./azos-core";
flake = true;
};
};