summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-02-27 13:07:26 +0100
committerGitHub <noreply@github.com>2022-02-27 13:07:26 +0100
commit49396fab2112f7a46bd8fe06c803680e59d0281f (patch)
tree28131506496f1d6d16acb7b7db2555793bef4ecf /flake.lock
parentcecc3ea98837e6ac744c895761dcbf92b14c3128 (diff)
init: nix support (#1131)
* init(nix): initial nix support * nix(compat): add flake-compat * remove `macro expansion` * remove `extraEntries` from `makeDesktopItem` * fix Categories * add darwin compatibilty
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock84
1 files changed, 84 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 000000000..6c7c0bfee
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,84 @@
+{
+ "nodes": {
+ "flake-compat": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1641205782,
+ "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=",
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7",
+ "type": "github"
+ },
+ "original": {
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "type": "github"
+ }
+ },
+ "flake-utils": {
+ "locked": {
+ "lastModified": 1644229661,
+ "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1645433236,
+ "narHash": "sha256-4va4MvJ076XyPp5h8sm5eMQvCrJ6yZAbBmyw95dGyw4=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "7f9b6e2babf232412682c09e57ed666d8f84ac2d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-compat": "flake-compat",
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs",
+ "rust-overlay": "rust-overlay"
+ }
+ },
+ "rust-overlay": {
+ "inputs": {
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1645841894,
+ "narHash": "sha256-xNeqVlZEmg/QlhQLY5SfVa73x6IUfET+tHCJP3w067U=",
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "rev": "7f273929e83a196f96a0dbee9ea565952e340bd6",
+ "type": "github"
+ },
+ "original": {
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "type": "github"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}