summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.lock45
-rw-r--r--flake.nix17
-rw-r--r--src/writings/index.html1
3 files changed, 0 insertions, 63 deletions
diff --git a/flake.lock b/flake.lock
index 89db1ca..2d03a28 100644
--- a/flake.lock
+++ b/flake.lock
@@ -56,50 +56,6 @@
         "url": "https://codeberg.org/bpeetz/kant_and_free_software.git"
       }
     },
-    "essens_analyse": {
-      "inputs": {
-        "crane": [
-          "crane"
-        ],
-        "flake-compat": [
-          "flake-compat"
-        ],
-        "flake-utils": [
-          "flake-utils"
-        ],
-        "flake_version_update": [
-          "flake_version_update"
-        ],
-        "lpm": [
-          "lpm"
-        ],
-        "nixpkgs": [
-          "nixpkgs"
-        ],
-        "rust-overlay": [
-          "rust-overlay"
-        ],
-        "systems": [
-          "systems"
-        ],
-        "treefmt-nix": [
-          "treefmt-nix"
-        ]
-      },
-      "locked": {
-        "lastModified": 1720873080,
-        "narHash": "sha256-gxZLywD+gXFa0kPXeV6z40PZg7jJohYxEhAxALbamb4=",
-        "ref": "refs/heads/prime",
-        "rev": "ef91477340ab831d268fc9e0525024ce8514c652",
-        "revCount": 5,
-        "type": "git",
-        "url": "https://codeberg.org/bpeetz/essens_analyse.git"
-      },
-      "original": {
-        "type": "git",
-        "url": "https://codeberg.org/bpeetz/essens_analyse.git"
-      }
-    },
     "facharbeit": {
       "inputs": {
         "crane": [
@@ -261,7 +217,6 @@
       "inputs": {
         "crane": "crane",
         "essay": "essay",
-        "essens_analyse": "essens_analyse",
         "facharbeit": "facharbeit",
         "flake-compat": "flake-compat",
         "flake-utils": "flake-utils",
diff --git a/flake.nix b/flake.nix
index 20a964b..57b49a1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -83,26 +83,11 @@
         systems.follows = "systems";
       };
     };
-    essens_analyse = {
-      url = "git+https://codeberg.org/bpeetz/essens_analyse.git";
-      inputs = {
-        crane.follows = "crane";
-        flake-compat.follows = "flake-compat";
-        flake-utils.follows = "flake-utils";
-        flake_version_update.follows = "flake_version_update";
-        treefmt-nix.follows = "treefmt-nix";
-        lpm.follows = "lpm";
-        nixpkgs.follows = "nixpkgs";
-        rust-overlay.follows = "rust-overlay";
-        systems.follows = "systems";
-      };
-    };
   };
 
   outputs = {
     self,
     essay,
-    essens_analyse,
     facharbeit,
     flake-utils,
     nixpkgs,
@@ -133,8 +118,6 @@
             # NOTE: This link is for backward compatibility, as I have given out links with that url <2024-07-13>
             ln --symbolic --relative ./writings/chemistry/facharbeit.pdf ./dead-trees/raman_spectrometer.pdf
             ln --symbolic --relative ./writings/chemistry/facharbeit.pdf ./dead-trees/chemistry/facharbeit.pdf
-
-            install -D ${essens_analyse.outputs.packages."${system}".default}/chemistry/essens_analyse.pdf ./dead-trees/chemistry/essens_analyse.pdf
           '';
           installPhase = ''
             install -d $out/
diff --git a/src/writings/index.html b/src/writings/index.html
index e055be2..9ada54d 100644
--- a/src/writings/index.html
+++ b/src/writings/index.html
@@ -4,7 +4,6 @@
         <ul>
             <li><a href="./philosophy/kant_and_free_software.pdf">My essay on free software and Kantian ethics</a></li>
             <li><a href="./chemistry/facharbeit.pdf">My 'Facharbeit' on Raman Spektrometrie</a></li>
-            <li><a href="./chemistry/essens_analyse.pdf">My analysis of liquid food replacements</a></li>
         </ul>
     </body>
 </html>