tasko(nix): forigi evitindajn komentojn

This commit is contained in:
Serĉanto de Scio 2025-02-24 12:14:59 +10:00
parent 24b59946b2
commit 38d3772d46
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -4,12 +4,7 @@
pkgs,
lib,
...
}:
#let
# sources = import ../nix/sources.nix;
# unstable = import sources.nixpkgsUnstable {};
#in
{
}: {
nixpkgs = {config = {allowUnfree = true;};};
environment = {
@ -24,7 +19,6 @@
nox # Tools to make Nix nicer
sqlite # To query the nixpkgs sqlite database
tig # Text-mode interface for git
#unstable.statix # Lints and suggestions for the nix programming language
];
};
}