summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-08-19 12:10:30 +0200
committerAdrian Kummerlaender2021-08-19 23:40:42 +0200
commita468935722b85beef588ab313f2adfe0159564e2 (patch)
tree1eae65d063843d6712a6a4d4d46546623d1f875e /flake.lock
parent725db6480cbac8a8e9da1b527bd391ec3d64f5b6 (diff)
downloadnixos_system-a468935722b85beef588ab313f2adfe0159564e2.tar
nixos_system-a468935722b85beef588ab313f2adfe0159564e2.tar.gz
nixos_system-a468935722b85beef588ab313f2adfe0159564e2.tar.bz2
nixos_system-a468935722b85beef588ab313f2adfe0159564e2.tar.lz
nixos_system-a468935722b85beef588ab313f2adfe0159564e2.tar.xz
nixos_system-a468935722b85beef588ab313f2adfe0159564e2.tar.zst
nixos_system-a468935722b85beef588ab313f2adfe0159564e2.zip
Basic flakeification
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock63
1 files changed, 63 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..9fa27ba
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,63 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1629271619,
+ "narHash": "sha256-by9D3OkEKk4rOzJIMbC0uP2wP3Bt81auP5xmbmPg2a8=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "7bbca9877caed472c6b5866ea09302cfcdce3dbf",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-21.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1629271619,
+ "narHash": "sha256-by9D3OkEKk4rOzJIMbC0uP2wP3Bt81auP5xmbmPg2a8=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "7bbca9877caed472c6b5866ea09302cfcdce3dbf",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-21.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "pkgs-personal": {
+ "inputs": {
+ "nixpkgs": "nixpkgs_2"
+ },
+ "locked": {
+ "lastModified": 1629367653,
+ "narHash": "sha256-TYovgHylzgcVC7M714mPVdCCsnHV9Uh2DiLWhi/KWe8=",
+ "owner": "KnairdA",
+ "repo": "pkgs",
+ "rev": "5e27bc6838920fe2948bc0953a519232bced0397",
+ "type": "github"
+ },
+ "original": {
+ "owner": "KnairdA",
+ "ref": "master",
+ "repo": "pkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs",
+ "pkgs-personal": "pkgs-personal"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}