🗑️」 clean: clean useless shit

This commit is contained in:
adjoly
2025-06-09 12:44:52 +02:00
parent ebfbfb2f48
commit 16303162db
9 changed files with 4 additions and 2217 deletions

View File

@ -1,19 +0,0 @@
#!/usr/bin/env bash
set -e
if [[ ! -d "/sgoinfre/goinfre/Perso/adjoly/workspace/knl_meowscendance" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/sgoinfre/goinfre/Perso/adjoly/workspace/knl_meowscendance")"
echo 'Cannot force reload with this script - use "direnv reload" manually and then try again'
exit 1
fi
# rebuild the cache forcefully
_nix_direnv_force_reload=1 direnv exec "/sgoinfre/goinfre/Perso/adjoly/workspace/knl_meowscendance" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/sgoinfre/goinfre/Perso/adjoly/workspace/knl_meowscendance/.envrc"
# Also update the timestamp of whatever profile_rc we have.
# This makes sure that we know we are up to date.
touch -r "/sgoinfre/goinfre/Perso/adjoly/workspace/knl_meowscendance/.envrc" "/sgoinfre/goinfre/Perso/adjoly/workspace/knl_meowscendance/.direnv"/*.rc

View File

@ -1 +0,0 @@
/nix/store/cbijv55rjxlhm7nsvpzjhq4lrki6gqdb-source

View File

@ -1 +0,0 @@
/nix/store/kdynjy1mbgkdg4p196v9gx6ljpf7q4nk-source

View File

@ -1 +0,0 @@
/nix/store/s3xj0phgrgk6kkjzbyapb6mhrnpgffkp-source

View File

@ -1 +0,0 @@
/nix/store/s6agnzjr3kg5sayjy0b0ms52bkvifqrv-source

View File

@ -1 +0,0 @@
/nix/store/y8ziqjynrh9kgwvhn9fcjg97lvy7spgr-nix-shell-env

60
flake.lock generated
View File

@ -1,30 +1,12 @@
{ {
"nodes": { "nodes": {
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1733312601,
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1739866667, "lastModified": 1749285348,
"narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=", "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680", "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -34,43 +16,9 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-lib": {
"locked": {
"lastModified": 1733096140,
"narHash": "sha256-1qRH7uAUsyQI7R1Uwl4T+XvdNv778H0Nb5njNrqvylY=",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz"
}
},
"pogit": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1738098586,
"narHash": "sha256-jibZsqeSh74PLIsOVdp2jIDiYxTHzlVaat0AXRcpeiU=",
"owner": "y-syo",
"repo": "pogit",
"rev": "29a0535fea029e1c5e7762f187fc259f93927e31",
"type": "github"
},
"original": {
"owner": "y-syo",
"repo": "pogit",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs"
"pogit": "pogit"
} }
} }
}, },

View File

@ -1,10 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
pogit = {
url = "github:y-syo/pogit";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = outputs =
@ -35,8 +31,6 @@
]; ];
packages = with pkgs; [ packages = with pkgs; [
nodejs_22 nodejs_22
git
inputs.pogit.packages.${pkgs.system}.default
]; ];
}; };
} }