From 5f514446a0bfa19df6892490c152bb21673f260b Mon Sep 17 00:00:00 2001 From: kalipso Date: Sun, 11 Apr 2021 15:38:16 +0200 Subject: [PATCH] fix input && init flake.lock --- flake.lock | 43 +++++++++++++++++++++++++++++++++++++++++++ flake.nix | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..fa155f6 --- /dev/null +++ b/flake.lock @@ -0,0 +1,43 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1618093127, + "narHash": "sha256-H8QVD7WIDV6yCbyuwmWx/E+wbp9hM9tzk67Ioy1kLek=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b39544be6c2e554fc494140d1d8d1b412b2762a5", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-20.09", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "utils": "utils" + } + }, + "utils": { + "locked": { + "lastModified": 1617631617, + "narHash": "sha256-PARRCz55qN3gy07VJZIlFeOX420d0nGF0RzGI/9hVlw=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b2c27d1a81b0dc266270fa8aeecebbd1807fc610", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix index c0bc9ad..cbab6f5 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "job application repo of king kali"; inputs.utils.url = "github:numtide/flake-utils"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-stable"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.09"; outputs = { self, nixpkgs, utils }: