try to fix flake
This commit is contained in:
parent
46433f5fbe
commit
58d972c3f4
1 changed files with 10 additions and 2 deletions
12
flake.nix
12
flake.nix
|
|
@ -112,11 +112,19 @@
|
|||
DATABASE_URL = "sqlite:///home/chris/.local/share/lumina/library-db.sqlite3";
|
||||
};
|
||||
defaultPackage = naersk'.buildPackage {
|
||||
src = ./.;
|
||||
src = self;
|
||||
gitSubmodules = true;
|
||||
# gitAllRefs = true;
|
||||
# submodules = true;
|
||||
# singleStep = true;
|
||||
};
|
||||
packages = {
|
||||
default = naersk'.buildPackage {
|
||||
src = ./.;
|
||||
src = self;
|
||||
gitSubmodules = true;
|
||||
# gitAllRefs = true;
|
||||
# submodules = true;
|
||||
# singleStep = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue