mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nix): direnv whitelist
This commit is contained in:
parent
8853e38ba1
commit
2a5496aed0
3 changed files with 19 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
outputs = {...} @ inputs: let
|
||||
inherit (import ./lib.nix inputs) mkNixOS mkHomeManager myPackages;
|
||||
confs = {
|
||||
myConfigs = {
|
||||
nixosConfigurations = {
|
||||
nixie = mkNixOS "nixie" "x86_64-linux" {
|
||||
extraLanguageServers = true;
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
};
|
||||
in
|
||||
myPackages // confs;
|
||||
myPackages // myConfigs;
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue