From b1cb48890310ad1e07a6df23ad7ba624383ed884 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 11 Oct 2024 23:31:07 +0300 Subject: [PATCH] flakes are working --- flake.lock | 27 +++++++++++++++++++++++++++ flake.nix | 1 - 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..b86cf5b --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1728500571, + "narHash": "sha256-dOymOQ3AfNI4Z337yEwHGohrVQb4yPODCW9MDUyAc4w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d51c28603def282a24fa034bcb007e2bcb5b5dd0", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-24.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix index 29372ee..e2e981d 100644 --- a/flake.nix +++ b/flake.nix @@ -16,5 +16,4 @@ }; }; }; - }; }