aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2022-06-05 13:47:31 -0600
committerCody Hiar <cody@hiar.ca>2022-06-05 13:47:31 -0600
commit164704220b09e0f18f8be918f9fde025355f0dcd (patch)
tree35bf069bdee8b3b992a5757b1d3726a31d780f76 /flake.lock
parentd134dd7d77ad55442bf9b5e4b62361e9fcf3e198 (diff)
Get a basic flake set up
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..c00c3dd
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,26 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1654230545,
+ "narHash": "sha256-8Vlwf0x8ow6pPOK2a04bT+pxIeRnM1+O0Xv9/CuDzRs=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "236cc2971ac72acd90f0ae3a797f9f83098b17ec",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "ref": "nixos-unstable",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}