Major fixes
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user