feat(flake): init private nixos config
This commit is contained in:
parent
106229cc3c
commit
8d1fe1f7a2
5 changed files with 23 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
description = "Infinidoge's NixOS configuration";
|
||||
|
||||
inputs = {
|
||||
private.url = "git+ssh://git@github.com/Infinidoge/universe-private";
|
||||
|
||||
# --- DevOS Flake Inputs
|
||||
# # --- Channels ---
|
||||
stable.url = "github:nixos/nixpkgs/nixos-22.05";
|
||||
|
@ -148,6 +150,8 @@
|
|||
])
|
||||
];
|
||||
};
|
||||
|
||||
inherit (inputs) private;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue