summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2026-02-07 22:45:18 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2026-02-07 22:45:18 +0000
commit6e5f3edb01fdfba6debf0814e7debb0d6afa7580 (patch)
tree25b79baa09e532a91e142050a0ead20f7e1d6cfb /flake.lock
parentaed1a5c3a42b58c433db8bbf408404600b59782d (diff)
downloadnixtaml-6e5f3edb01fdfba6debf0814e7debb0d6afa7580.tar
nixtaml-6e5f3edb01fdfba6debf0814e7debb0d6afa7580.tar.gz
nixtaml-6e5f3edb01fdfba6debf0814e7debb0d6afa7580.tar.bz2
nixtaml-6e5f3edb01fdfba6debf0814e7debb0d6afa7580.tar.lz
nixtaml-6e5f3edb01fdfba6debf0814e7debb0d6afa7580.tar.xz
nixtaml-6e5f3edb01fdfba6debf0814e7debb0d6afa7580.tar.zst
nixtaml-6e5f3edb01fdfba6debf0814e7debb0d6afa7580.zip
Phase 1: Implement dual flake support with ecosystem bridge
- Added flake.nix using wrapper pattern for modern flake access - Implemented core outputs: packages, devShells, checks, lib, apps - Generated flake.lock for reproducible builds - Updated documentation with dual workflow examples - Preserved traditional nix-build workflow compatibility - Maintained philosophical stance as flake alternative/complement - Enabled hybrid workflows and ecosystem integration Provides modern flake access while maintaining nixtamal's core values.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock61
1 files changed, 61 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..57a7d06
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,61 @@
+{
+ "nodes": {
+ "flake-utils": {
+ "inputs": {
+ "systems": "systems"
+ },
+ "locked": {
+ "lastModified": 1731533236,
+ "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1770380644,
+ "narHash": "sha256-P7dWMHRUWG5m4G+06jDyThXO7kwSk46C1kgjEWcybkE=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "ae67888ff7ef9dff69b3cf0cc0fbfbcd3a722abe",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixpkgs-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs"
+ }
+ },
+ "systems": {
+ "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
+}