my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

base/nix: remove nix plugins

welp they don't load on nix and thats breaking :p

isabel 74beae99 6c72631a

+9 -10
+3 -3
flake.lock
··· 319 319 "pre-commit-hooks": [] 320 320 }, 321 321 "locked": { 322 - "lastModified": 1754617488, 323 - "narHash": "sha256-aOi/NT5mRPJ8N+xUTcpmtLYU/5CXoT0LZW+79G5JN3M=", 322 + "lastModified": 1754644482, 323 + "narHash": "sha256-H8Y3ftaFxtY1l8w2sov0gtVxY5S9fsTeRUEofe7VYOI=", 324 324 "owner": "isabelroses", 325 325 "repo": "izlix", 326 - "rev": "848f8eea1c23d4d88fac1245ad4a388cfccbdb90", 326 + "rev": "ab74fe5f83141faff5dc1c6dde62d3ba696adc81", 327 327 "type": "github" 328 328 }, 329 329 "original": {
+6 -7
modules/base/nix/plugins.nix
··· 2 2 lib, 3 3 pkgs, 4 4 config, 5 - inputs', 6 5 ... 7 6 }: 8 7 ··· 11 10 inherit (pkgs) lix-diff; 12 11 }; 13 12 14 - nix.settings = { 15 - # all this work to get some extra maths functions because i love nix repl 16 - plugin-files = [ 17 - (inputs'.tgirlpkgs.packages.lix-math.override { the_lix = config.nix.package; }) 18 - ]; 19 - }; 13 + # nix.settings = { 14 + # # all this work to get some extra maths functions because i love nix repl 15 + # plugin-files = [ 16 + # (inputs'.tgirlpkgs.packages.lix-math.override { the_lix = config.nix.package; }) 17 + # ]; 18 + # }; 20 19 }