Add devenv nix

This commit is contained in:
Armel van Ravels
2026-06-19 09:02:31 +02:00
parent 49b7373ce1
commit cbf96db004
14 changed files with 247 additions and 70 deletions

View File

@@ -2,11 +2,10 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{
config,
lib,
pkgs,
...
{ config
, lib
, pkgs
, ...
}:
{

View File

@@ -1,12 +1,11 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{
config,
lib,
pkgs,
modulesPath,
...
{ config
, lib
, pkgs
, modulesPath
, ...
}:
{