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