cleaning up
This commit is contained in:
parent
55cdf7b2de
commit
8a34ae4210
1 changed files with 7 additions and 30 deletions
29
flake.nix
29
flake.nix
|
|
@ -3,40 +3,17 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||||
|
|
||||||
# nvf = {
|
|
||||||
# url = "github:notashelf/nvf";
|
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
# };
|
|
||||||
|
|
||||||
# home-manager = {
|
|
||||||
# url = "github:nix-community/home-manager";
|
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
# };
|
|
||||||
calDavToCsv = {
|
calDavToCsv = {
|
||||||
# url = "git+https://git.stuce.ch/stuce/calDAVtoCSV";
|
url = "git+https://git.stuce.ch/stuce/calDAVtoCSV";
|
||||||
url = "/home/stuce/calDAVtoCSV";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs,
|
outputs = { self, nixpkgs, calDavToCsv, ... }: {
|
||||||
# home-manager,
|
|
||||||
# nvf,
|
|
||||||
calDavToCsv, ... }: {
|
|
||||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = nixpkgs;
|
specialArgs = nixpkgs;
|
||||||
modules = [
|
modules = [ ./configuration.nix calDavToCsv.nixosModules.calDavToCsv ];
|
||||||
./configuration.nix
|
|
||||||
# nvf.nixosModules.default
|
|
||||||
calDavToCsv.nixosModules.calDavToCsv
|
|
||||||
# home-manager.nixosModules.home-manager
|
|
||||||
# {
|
|
||||||
# home-manager.useGlobalPkgs = true;
|
|
||||||
# home-manager.users.stuce.imports = [./home.nix];
|
|
||||||
# }
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue