c'est le bordel un peu
This commit is contained in:
25
flake.nix
25
flake.nix
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user