summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-07-22 23:31:40 +0200
committerlassulus <git@lassul.us>2023-07-22 23:31:40 +0200
commitcbc475bdf46c115ac0f28008a531164567a12f87 (patch)
tree951e83027f7a7172c8845515772f0c1bbd5e57ab /flake.lock
parent1c524b67279126b976165f0d4fc8e7a7f1678f7e (diff)
init flake.nixHEADmaster
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock27
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..51e2759
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1689940971,
+ "narHash": "sha256-397xShPnFqPC59Bmpo3lS+/Aw0yoDRMACGo1+h2VJMo=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "9ca785644d067445a4aa749902b29ccef61f7476",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}