moving agp specific stuff to project direnv and out of home

This commit is contained in:
Matt Nish-Lapidus 2024-12-15 12:47:41 -05:00
parent bbf9dde61d
commit 73855f834f
2 changed files with 8 additions and 21 deletions

12
flake.lock generated
View file

@ -174,11 +174,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1733940404, "lastModified": 1734119587,
"narHash": "sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g=", "narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5d67ea6b4b63378b9c13be21e2ec9d1afc921713", "rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -190,11 +190,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1733808091, "lastModified": 1734083684,
"narHash": "sha256-KWwINTQelKOoQgrXftxoqxmKFZb9pLVfnRvK270nkVk=", "narHash": "sha256-5fNndbndxSx5d+C/D0p/VF32xDiJCJzyOqorOYW4JEo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a0f3e10d94359665dba45b71b4227b0aeb851f8e", "rev": "314e12ba369ccdb9b352a4db26ff419f7c49fa84",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -89,10 +89,6 @@
ruff ruff
renderdoc renderdoc
sbcl sbcl
sbclPackages.cffi
sbclPackages.cffi-object
sbclPackages.cffi-object_dot_ops
# sbclPackages.cl-egl
ccl ccl
racket racket
gdu gdu
@ -532,17 +528,6 @@
renoise = pkgs.renoise.override { renoise = pkgs.renoise.override {
releasePath = ../binary-installers/rns_344_linux_x86_64.tar.gz; releasePath = ../binary-installers/rns_344_linux_x86_64.tar.gz;
}; };
raylib = pkgs.raylib.overrideDerivation (previous: {
name = "raylib-head";
src = pkgs.fetchFromGitHub {
owner = "raysan5";
repo = "raylib";
hash = "sha256-PHYdAEhittShd1UhASdhmq0nGHEEVZEUGcjCUUJZl9g=";
rev = "c9c830cb971d7aa744fe3c7444b768ccd5176c4c";
};
patches = [""];
});
}; };
services = { services = {
@ -618,9 +603,11 @@
}; };
xdg.configFile."emacs".enable = false; xdg.configFile."emacs".enable = false;
home.file.".msmtprc".source = ../dotfiles/dot_msmtprc; home.file.".msmtprc".source = ../dotfiles/dot_msmtprc;
home.file.".mbsyncrc".source = ../dotfiles/dot_mbsyncrc; home.file.".mbsyncrc".source = ../dotfiles/dot_mbsyncrc;
xdg.configFile."isyncrc".enable = false; xdg.configFile."isyncrc".enable = false;
home.file.".local/bin" = { home.file.".local/bin" = {
source = ../dotfiles/dot_local/bin; source = ../dotfiles/dot_local/bin;
recursive = true; recursive = true;