forgot to add flake.nix to previous commit
This commit is contained in:
parent
0cf2d90b72
commit
d9f2d24b05
1 changed files with 18 additions and 1 deletions
19
flake.nix
19
flake.nix
|
|
@ -21,9 +21,26 @@
|
||||||
homepage = { url = "github:baduhai/homepage"; flake = false; };
|
homepage = { url = "github:baduhai/homepage"; flake = false; };
|
||||||
|
|
||||||
dotfiles = { url = "github:baduhai/dotfiles"; flake = false; };
|
dotfiles = { url = "github:baduhai/dotfiles"; flake = false; };
|
||||||
|
|
||||||
|
conduit = { url = "gitlab:famedly/conduit"; inputs.nixpkgs.follows = "nixpkgs-stable"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs @ { self, nixpkgs, home-manager, baduhai-nur, kmonad, nixpkgs-stable, home-manager-stable, deploy-rs, agenix, nixos-generators, homepage, dotfiles, ... }: {
|
outputs = inputs @ {
|
||||||
|
self,
|
||||||
|
nixpkgs,
|
||||||
|
home-manager,
|
||||||
|
baduhai-nur,
|
||||||
|
kmonad,
|
||||||
|
nixpkgs-stable,
|
||||||
|
home-manager-stable,
|
||||||
|
deploy-rs,
|
||||||
|
agenix,
|
||||||
|
nixos-generators,
|
||||||
|
homepage,
|
||||||
|
dotfiles,
|
||||||
|
conduit,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
rotterdam = nixpkgs.lib.nixosSystem {
|
rotterdam = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue