summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-04-11 00:00:31 +0200
committerStefan Kreutz <mail@skreutz.com>2026-04-11 00:00:31 +0200
commit3aff7ec4e612535e81e8625ce8eba59895df76e3 (patch)
tree3f87404c18eaafd62dd48d0cadab9bce22b71ad0 /flake.lock
parentd230cf732d0b17b0ac7d3a8b645072539345a9da (diff)
downloadautoinstall-openbsd-on-qemu-3aff7ec4e612535e81e8625ce8eba59895df76e3.tar.gz
Add experimental Nix flake and direnv config
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..a94c2d1
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,61 @@
+{
+ "nodes": {
+ "flake-parts": {
+ "inputs": {
+ "nixpkgs-lib": "nixpkgs-lib"
+ },
+ "locked": {
+ "lastModified": 1775087534,
+ "narHash": "sha256-91qqW8lhL7TLwgQWijoGBbiD4t7/q75KTi8NxjVmSmA=",
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "rev": "3107b77cd68437b9a76194f0f7f9c55f2329ca5b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1775763530,
+ "narHash": "sha256-BuTK9z1QEwWPOIakQ1gCN4pa4VwVJpfptYCviy2uOGc=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "b0188973b4b2a5b6bdba8b65381d6cd09a533da0",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixpkgs-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs-lib": {
+ "locked": {
+ "lastModified": 1774748309,
+ "narHash": "sha256-+U7gF3qxzwD5TZuANzZPeJTZRHS29OFQgkQ2kiTJBIQ=",
+ "owner": "nix-community",
+ "repo": "nixpkgs.lib",
+ "rev": "333c4e0545a6da976206c74db8773a1645b5870a",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "nixpkgs.lib",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-parts": "flake-parts",
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}
Generated by cgit. See skreutz.com for my tech blog and contact information.