c'est le bordel un peu

This commit is contained in:
Amaury JOLY
2026-04-10 18:38:21 +02:00
parent 6105c58cda
commit b4f7205dce
22 changed files with 283 additions and 290 deletions

View File

@@ -29,13 +29,16 @@
}: let
customConfig = import ./config.nix;
in
flake-utils.lib.eachDefaultSystem (system: let
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
in {
})
flake-utils.lib.eachDefaultSystem (
system: let
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
in {
devShells = import ./devshells.nix {inherit pkgs;};
}
)
// {
nixosConfigurations.laptop = nixpkgs.lib.nixosSystem {
modules = [
@@ -43,16 +46,11 @@
home-manager.nixosModules.home-manager
zwift.nixosModules.zwift
./configuration.nix
({
pkgs,
lib,
...
}: {
})
];
specialArgs = {
inherit customConfig;
inherit self;
parsec-cloud-nix = parsec-cloud-nix;
};
};
@@ -64,6 +62,7 @@
specialArgs = {
inherit customConfig;
inherit self;
parsec-cloud-nix = parsec-cloud-nix;
};
};