Fix loki configuration
This commit is contained in:
parent
e9ff3833da
commit
c25a5759ca
4 changed files with 23 additions and 8 deletions
|
|
@ -151,7 +151,7 @@
|
|||
odin-intel-stable = odinStable [ ./odin/configuration-intel.nix ./nixos_modules/pro_audio.nix ./nixos_modules/sesar.nix ];
|
||||
odin-nvidia-stable = odinStable [ ./odin/configuration-nvidia.nix ./nixos_modules/pro_audio.nix ./nixos_modules/sesar.nix ];
|
||||
|
||||
loki = loki-unstable;
|
||||
loki = loki-stable;
|
||||
loki-stable = lokiStable [ ];
|
||||
loki-unstable = lokiUnstable [ ];
|
||||
|
||||
|
|
@ -169,7 +169,7 @@
|
|||
|
||||
devShells.default = unstablePkgs.mkShell {
|
||||
shellHook = ''
|
||||
${self.checks.${system}.pre-commit-check.shellHook}
|
||||
${self.checks.${system}.pre-commit-check.shellHook}
|
||||
'';
|
||||
};
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue