mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: updated inputs (24.05)
This commit is contained in:
parent
c8c56bc433
commit
125e7f3c33
12 changed files with 60 additions and 169 deletions
|
|
@ -1,13 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
inherit (pkgs) unstable;
|
||||
in
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
package = unstable.nix-direnv;
|
||||
package = pkgs.nix-direnv;
|
||||
};
|
||||
config = builtins.fromTOML ''
|
||||
[global]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue