From 829a7294a76bed0a3ae20e7a4143ceeadece39a5 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:46:59 -0500 Subject: [PATCH] Remove flake.lock from the default template --- .gitignore | 1 + flake.nix | 8 +-- templates/default/flake.lock | 131 ----------------------------------- 3 files changed, 5 insertions(+), 135 deletions(-) delete mode 100644 templates/default/flake.lock diff --git a/.gitignore b/.gitignore index b2be92b..1cde7b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +templates/*/flake.lock result diff --git a/flake.nix b/flake.nix index afe700d..28a3228 100644 --- a/flake.nix +++ b/flake.nix @@ -36,10 +36,10 @@ }; }) (builtins.attrNames versions)); - # templates.default = { - # description = "TODO"; - # path = ./templates/default; - # }; + # templates.default = { + # description = "TODO"; + # path = ./templates/default; + # }; }) // { lib.packageFromVersion = { system, version }: self.packages.${system}.${mkPackageName version}; }; diff --git a/templates/default/flake.lock b/templates/default/flake.lock deleted file mode 100644 index 44d4584..0000000 --- a/templates/default/flake.lock +++ /dev/null @@ -1,131 +0,0 @@ -{ - "nodes": { - "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_2": { - "inputs": { - "systems": [ - "nixpkgs-terraform", - "systems" - ] - }, - "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1698611440, - "narHash": "sha256-jPjHjrerhYDy3q9+s5EAsuhyhuknNfowY6yt6pjn9pc=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "0cbe9f69c234a7700596e943bfae7ef27a31b735", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs-terraform": { - "inputs": { - "flake-utils": "flake-utils_2", - "nixpkgs": "nixpkgs_2", - "systems": "systems_2" - }, - "locked": { - "lastModified": 0, - "narHash": "sha256-hnPf6FKqGunHGmfZecx0GDjoWlQDB7CrhUZryk1c+kA=", - "path": "../../", - "type": "path" - }, - "original": { - "path": "../../", - "type": "path" - } - }, - "nixpkgs_2": { - "locked": { - "lastModified": 1698611440, - "narHash": "sha256-jPjHjrerhYDy3q9+s5EAsuhyhuknNfowY6yt6pjn9pc=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "0cbe9f69c234a7700596e943bfae7ef27a31b735", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs", - "nixpkgs-terraform": "nixpkgs-terraform" - } - }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - } - }, - "root": "root", - "version": 7 -}