This commit is contained in:
parent
00bebbe34a
commit
f427907563
13 changed files with 95 additions and 71 deletions
|
|
@ -2,10 +2,10 @@
|
|||
description = "Configuration for my homes & OSs";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.05";
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixgl = {
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
st-flexipatch.url = "https://git.antoinevaure.fr/ant/st-flexipatch/archive/master.zip";
|
||||
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.05";
|
||||
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.11";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
nixosConfigurations.hs = osConfig "hs";
|
||||
nixosConfigurations.ks = osConfig "ks";
|
||||
|
||||
build-all = pkgs.runCommandNoCC "build-all" {
|
||||
build-all = pkgs.runCommand "build-all" {
|
||||
buildInputs =
|
||||
let osDerivation = name: self.nixosConfigurations.${name}.config.system.build.toplevel; in
|
||||
let homeDerivation = name: self.homeConfigurations.${name}.activationPackage; in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue