tro
This commit is contained in:
parent
2bee47c915
commit
fb0fed3751
@ -420,11 +420,11 @@
|
||||
},
|
||||
"nixos": {
|
||||
"locked": {
|
||||
"lastModified": 1628776130,
|
||||
"narHash": "sha256-EyzdilgzoO8YCgck1lkOF1Bp+QVEazJBtuG5GkVY6xg=",
|
||||
"lastModified": 1628794200,
|
||||
"narHash": "sha256-TsvuKMczLaJ1b4IJAtBMOCfJfiONlPav6HhjGuop1Rk=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "ad6e733d633802620b5eec9be91e837973eac18a",
|
||||
"rev": "a996e2ce3219e121147b08adaa23389e3130dbc7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -88,7 +88,7 @@
|
||||
nixos = {
|
||||
imports = [ (digga.lib.importOverlays ./overlays) ];
|
||||
overlays = [
|
||||
digga.overlays.patchedNix
|
||||
#digga.overlays.patchedNix
|
||||
nur.overlay
|
||||
#agenix.overlay
|
||||
#nvfetcher.overlay
|
||||
|
@ -37,12 +37,12 @@ in
|
||||
commands = with pkgs; [
|
||||
(devos nixUnstable)
|
||||
#(devos agenix)
|
||||
{
|
||||
/*{
|
||||
category = "devos";
|
||||
name = pkgs.nvfetcher-bin.pname;
|
||||
help = pkgs.nvfetcher-bin.meta.description;
|
||||
command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@";
|
||||
}
|
||||
}*/
|
||||
(linter nixpkgs-fmt)
|
||||
(linter editorconfig-checker)
|
||||
# (docs python3Packages.grip) too many deps
|
||||
|
Loading…
Reference in New Issue
Block a user