nix: updated inputs (24.05)

This commit is contained in:
Primrose 2024-06-01 14:32:14 +02:00
parent c8c56bc433
commit 125e7f3c33
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
12 changed files with 60 additions and 169 deletions

View file

@ -5,7 +5,7 @@
...
}:
let
inherit (pkgs) unstable myPkgs;
inherit (pkgs) myPkgs;
in
{
options.extra = {
@ -38,7 +38,7 @@ in
home = {
username = lib.mkDefault "leana";
homeDirectory = lib.mkDefault "/home/leana";
stateVersion = "23.11";
stateVersion = "24.05";
};
programs = {
@ -57,7 +57,7 @@ in
pkgs.rsync
# nix
unstable.nixfmt-rfc-style
pkgs.nixfmt-rfc-style
# utils
pkgs.tree

View file

@ -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]