meta: no more dream2nix
sorry dave
This commit is contained in:
parent
51b095a6af
commit
caa5bd56b9
1 changed files with 1 additions and 13 deletions
14
flake.nix
14
flake.nix
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "Private Void system configurations";
|
description = "Private Void system configurations";
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
allow-import-from-derivation = true;
|
#allow-import-from-derivation = true;
|
||||||
extra-substituters = "https://cache.privatevoid.net";
|
extra-substituters = "https://cache.privatevoid.net";
|
||||||
extra-trusted-public-keys = "cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg=";
|
extra-trusted-public-keys = "cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg=";
|
||||||
};
|
};
|
||||||
|
@ -14,7 +14,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
inputs.hercules-ci-effects.flakeModule
|
inputs.hercules-ci-effects.flakeModule
|
||||||
inputs.drv-parts.modules.flake-parts.drv-parts
|
inputs.drv-parts.modules.flake-parts.drv-parts
|
||||||
inputs.dream2nix.flakeModuleBeta
|
|
||||||
./hosts/part.nix
|
./hosts/part.nix
|
||||||
./modules/part.nix
|
./modules/part.nix
|
||||||
./packages/part.nix
|
./packages/part.nix
|
||||||
|
@ -67,17 +66,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dream2nix = {
|
|
||||||
url = "github:nix-community/dream2nix";
|
|
||||||
inputs = {
|
|
||||||
nixpkgs.follows = "nixpkgs";
|
|
||||||
devshell.follows = "blank";
|
|
||||||
drv-parts.follows = "drv-parts";
|
|
||||||
flake-parts.follows = "flake-parts";
|
|
||||||
pre-commit-hooks.follows = "blank";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
devshell = {
|
devshell = {
|
||||||
url = "github:numtide/devshell";
|
url = "github:numtide/devshell";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
Loading…
Reference in a new issue