This commit is contained in:
dusk 2021-08-12 23:10:54 +03:00
parent 2bee47c915
commit fb0fed3751
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
3 changed files with 6 additions and 6 deletions

View File

@ -420,11 +420,11 @@
}, },
"nixos": { "nixos": {
"locked": { "locked": {
"lastModified": 1628776130, "lastModified": 1628794200,
"narHash": "sha256-EyzdilgzoO8YCgck1lkOF1Bp+QVEazJBtuG5GkVY6xg=", "narHash": "sha256-TsvuKMczLaJ1b4IJAtBMOCfJfiONlPav6HhjGuop1Rk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ad6e733d633802620b5eec9be91e837973eac18a", "rev": "a996e2ce3219e121147b08adaa23389e3130dbc7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -88,7 +88,7 @@
nixos = { nixos = {
imports = [ (digga.lib.importOverlays ./overlays) ]; imports = [ (digga.lib.importOverlays ./overlays) ];
overlays = [ overlays = [
digga.overlays.patchedNix #digga.overlays.patchedNix
nur.overlay nur.overlay
#agenix.overlay #agenix.overlay
#nvfetcher.overlay #nvfetcher.overlay

View File

@ -37,12 +37,12 @@ in
commands = with pkgs; [ commands = with pkgs; [
(devos nixUnstable) (devos nixUnstable)
#(devos agenix) #(devos agenix)
{ /*{
category = "devos"; category = "devos";
name = pkgs.nvfetcher-bin.pname; name = pkgs.nvfetcher-bin.pname;
help = pkgs.nvfetcher-bin.meta.description; help = pkgs.nvfetcher-bin.meta.description;
command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@"; command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@";
} }*/
(linter nixpkgs-fmt) (linter nixpkgs-fmt)
(linter editorconfig-checker) (linter editorconfig-checker)
# (docs python3Packages.grip) too many deps # (docs python3Packages.grip) too many deps