System : Disable flake for dotfiles.
This commit is contained in:
parent
9f97e8b29d
commit
7703de1e11
|
@ -1,10 +1,13 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
dotfiles.url = "git+https://git.voronind.com/voronind/linux.git";
|
||||
dotfiles = {
|
||||
url = "git+https://git.voronind.com/voronind/linux.git";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs } @inputs: rec {
|
||||
outputs = { self, nixpkgs, dotfiles } @inputs: rec {
|
||||
# Constant values.
|
||||
nixosModules.const = {
|
||||
hashedPassword = "$y$j9T$oqCB16i5E2t1t/HAWaFd5.$tTaHtAcifXaDVpTcRv.yH2/eWKxKE9xM8KcqXHfHrD7"; # Use `mkpasswd`.
|
||||
|
|
Reference in a new issue