aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAdam Washington <[email protected]>2021-09-10 15:23:15 +0000
committerAdam Washington <[email protected]>2021-09-10 15:24:27 +0000
commit363e514bbcc5e8efbda09991f60c5ea63e4e4d57 (patch)
treec32ac813e0b92143a04c91d8b94390967eda1217 /flake.lock
parentInitial Commit (diff)
downloadpia.nix-363e514bbcc5e8efbda09991f60c5ea63e4e4d57.tar.xz
pia.nix-363e514bbcc5e8efbda09991f60c5ea63e4e4d57.zip
Make a real PIA module
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..bde0e9c
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1631135738,
+ "narHash": "sha256-igtPHjRUaP5+6C7GuQ05J8ZT6RQ9CKmXMUzHl5tXwdM=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "276671abd104e83ba7cb0b26f44848489eb0306b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-21.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}