Home

nixfig @main - refs - log -
-
https://git.jolheiser.com/nixfig.git
Nix as a Config
tree log patch
chore: remove nix files from library Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQKhFogXi4jS53/wEMDtDPYAmT9cDr1VLbn4G0G78b2mSWeCEujacY650I/srGIt/HD CkV1yfKQHhXgUUlQEYuwQ= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
2 months ago
3 changed files, 0 additions(+), 62 deletions(-)
D flake.lock
diff --git a/flake.lock b/flake.lock
deleted file mode 100644
index 8f5e0f2a2e3a68ea6f0b9296f655cc35c0ce1382..0000000000000000000000000000000000000000
--- a/flake.lock
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-  "nodes": {
-    "nixpkgs": {
-      "locked": {
-        "lastModified": 1713805509,
-        "narHash": "sha256-YgSEan4CcrjivCNO5ZNzhg7/8ViLkZ4CB/GrGBVSudo=",
-        "owner": "nixos",
-        "repo": "nixpkgs",
-        "rev": "1e1dc66fe68972a76679644a5577828b6a7e8be4",
-        "type": "github"
-      },
-      "original": {
-        "owner": "nixos",
-        "ref": "nixpkgs-unstable",
-        "repo": "nixpkgs",
-        "type": "github"
-      }
-    },
-    "root": {
-      "inputs": {
-        "nixpkgs": "nixpkgs"
-      }
-    }
-  },
-  "root": "root",
-  "version": 7
-}
D flake.nix
diff --git a/flake.nix b/flake.nix
deleted file mode 100644
index c867dedbec6f3d4caae1a8feef80c602e76d5f13..0000000000000000000000000000000000000000
--- a/flake.nix
+++ /dev/null
@@ -1,34 +0,0 @@
-{
-  description = "nixfig, nix configuration";
-
-  inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
-
-  outputs = {
-    self,
-    nixpkgs,
-  }: let
-    system = "x86_64-linux";
-    pkgs = nixpkgs.legacyPackages.${system};
-    nixgen = pkgs.buildGoModule {
-      pname = "nixgen";
-      version = self.rev or "dev";
-      src = ./.;
-      vendorHash = pkgs.lib.fileContents ./go.mod.sri;
-      doCheck = false;
-      meta = with pkgs.lib; {
-        description = "nixfig, nix configuration";
-        homepage = "https:/git.jolheiser.com/nixfig";
-        maintainers = with maintainers; [jolheiser];
-        mainProgram = "nixgen";
-      };
-    };
-  in {
-    packages.${system}.default = nixgen;
-    devShells.${system}.default = pkgs.mkShell {
-      nativeBuildInputs = with pkgs; [
-        go
-        gopls
-      ];
-    };
-  };
-}
D go.mod.sri
diff --git a/go.mod.sri b/go.mod.sri
deleted file mode 100644
index 202b1f445b89f626fc40db53627566f47b81de65..0000000000000000000000000000000000000000
--- a/go.mod.sri
+++ /dev/null
@@ -1 +0,0 @@
-sha256-zCqjwA9uFvE9qg0WHAGZxWIHxBLpPbaSg7Nn+YE6pHc=
\ No newline at end of file