This commit is contained in:
Matt Nish-Lapidus 2025-03-09 13:33:31 -04:00
parent d01eacd856
commit 3475d9bfaf
3 changed files with 9 additions and 20 deletions

12
flake.lock generated
View file

@ -70,11 +70,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1741511575, "lastModified": 1741540370,
"narHash": "sha256-UX9XCbxV5fbZdMoYEqbD3ldtYtWuoXe8A1qKTYIh0DY=", "narHash": "sha256-TNXVcJY1A3tr4hclP/p4OtNAsMqTP+LEE8J4rYvKPfY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "257cf8385441733ba3594e1e9f8edcf10adfbc31", "rev": "70dcaaf21a78253742d3caae56dadc5447d85c15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -339,11 +339,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741531001, "lastModified": 1741540808,
"narHash": "sha256-IzhBDZkoaD/vEBs4utA9hmvtxecCofxkP809yGC/LyY=", "narHash": "sha256-KSOHzP9gnxaF9YdtwFOPwnFvJEikg/uAvZ6M6VA/FQc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "cf47e7ea2182c5638fdd1b42de329cc7d185cf8b", "rev": "2967de4d1146f1b6aa820eed85b823ea2ebfd0fa",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -49,8 +49,6 @@
]; ];
}; };
# environment.etc."nix/inputs/nixpkgs".source = "${nixpkgs}";
nix = { nix = {
settings = { settings = {
experimental-features = [ experimental-features = [
@ -65,28 +63,16 @@
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
]; ];
# nix-path = [
# "nixpkgs=${inputs.nixpkgs.outPath}"
# "nixos-config=/home/emenel/source/nixos-config"
# ];
}; };
registry = { registry = {
# nixpkgs.flake = inputs.nixpkgs;
emenel-templates.flake = inputs.emenel-templates; emenel-templates.flake = inputs.emenel-templates;
}; };
# nixPath = [
# "nixpkgs=${inputs.nixpkgs.outPath}"
# "nixos-config=${toString ./configuration.nix}"
# ];
channel.enable = false; # remove nix-channel related tools & configs, we use flakes instead. channel.enable = false; # remove nix-channel related tools & configs, we use flakes instead.
}; };
# environment.etc."nix/inputs/nixpkgs".source = "${inputs.nixpkgs}";
# Set your time zone. # Set your time zone.
time.timeZone = "America/Toronto"; time.timeZone = "America/Toronto";

View file

@ -105,6 +105,9 @@
nix-init nix-init
alejandra alejandra
ncdu
dua
git-annex git-annex
bfg-repo-cleaner bfg-repo-cleaner
delta delta