From 2760138438e0d7d08eafe18c6367652298ae33ba Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Sun, 25 Jun 2023 13:46:58 +0300 Subject: [PATCH] unpin --- source-flake/dream2nix/flake.lock | 328 ------------------ source-flake/dream2nix/flake.nix | 4 - source-flake/easy-purescript-nix/flake.lock | 28 -- source-flake/easy-purescript-nix/flake.nix | 7 - source-flake/gitignore/flake.lock | 70 ---- source-flake/gitignore/flake.nix | 10 - .../haskell-language-server/flake.lock | 161 --------- .../haskell-language-server/flake.nix | 4 - source-flake/pandoc/flake.lock | 28 -- source-flake/pandoc/flake.nix | 9 - 10 files changed, 649 deletions(-) delete mode 100644 source-flake/dream2nix/flake.lock delete mode 100644 source-flake/dream2nix/flake.nix delete mode 100644 source-flake/easy-purescript-nix/flake.lock delete mode 100644 source-flake/easy-purescript-nix/flake.nix delete mode 100644 source-flake/gitignore/flake.lock delete mode 100644 source-flake/gitignore/flake.nix delete mode 100644 source-flake/haskell-language-server/flake.lock delete mode 100644 source-flake/haskell-language-server/flake.nix delete mode 100644 source-flake/pandoc/flake.lock delete mode 100644 source-flake/pandoc/flake.nix diff --git a/source-flake/dream2nix/flake.lock b/source-flake/dream2nix/flake.lock deleted file mode 100644 index 530fdef40..000000000 --- a/source-flake/dream2nix/flake.lock +++ /dev/null @@ -1,328 +0,0 @@ -{ - "nodes": { - "all-cabal-json": { - "flake": false, - "locked": { - "lastModified": 1665552503, - "narHash": "sha256-r14RmRSwzv5c+bWKUDaze6pXM7nOsiz1H8nvFHJvufc=", - "owner": "nix-community", - "repo": "all-cabal-json", - "rev": "d7c0434eebffb305071404edcf9d5cd99703878e", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "hackage", - "repo": "all-cabal-json", - "type": "github" - } - }, - "crane": { - "flake": false, - "locked": { - "lastModified": 1681175776, - "narHash": "sha256-7SsUy9114fryHAZ8p1L6G6YSu7jjz55FddEwa2U8XZc=", - "owner": "ipetkov", - "repo": "crane", - "rev": "445a3d222947632b5593112bb817850e8a9cf737", - "type": "github" - }, - "original": { - "owner": "ipetkov", - "ref": "v0.12.1", - "repo": "crane", - "type": "github" - } - }, - "devshell": { - "flake": false, - "locked": { - "lastModified": 1663445644, - "narHash": "sha256-+xVlcK60x7VY1vRJbNUEAHi17ZuoQxAIH4S4iUFUGBA=", - "owner": "numtide", - "repo": "devshell", - "rev": "e3dc3e21594fe07bdb24bdf1c8657acaa4cb8f66", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "devshell", - "type": "github" - } - }, - "dream2nix": { - "inputs": { - "all-cabal-json": "all-cabal-json", - "crane": "crane", - "devshell": "devshell", - "drv-parts": "drv-parts", - "flake-compat": "flake-compat", - "flake-parts": "flake-parts", - "flake-utils-pre-commit": "flake-utils-pre-commit", - "ghc-utils": "ghc-utils", - "gomod2nix": "gomod2nix", - "mach-nix": "mach-nix", - "nix-pypi-fetcher": "nix-pypi-fetcher", - "nixpkgs": "nixpkgs", - "nixpkgsV1": "nixpkgsV1", - "poetry2nix": "poetry2nix", - "pre-commit-hooks": "pre-commit-hooks", - "pruned-racket-catalog": "pruned-racket-catalog" - }, - "locked": { - "lastModified": 1687429612, - "narHash": "sha256-lVQlsVmWLQt+bgckBjiKxcqq2Jx1RYxyI3zmtdQ5Acs=", - "owner": "nix-community", - "repo": "dream2nix", - "rev": "6b750b01385718a6a84231d3c5451308978fa7de", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "dream2nix", - "rev": "6b750b01385718a6a84231d3c5451308978fa7de", - "type": "github" - } - }, - "drv-parts": { - "inputs": { - "flake-compat": [ - "dream2nix", - "flake-compat" - ], - "flake-parts": [ - "dream2nix", - "flake-parts" - ], - "nixpkgs": [ - "dream2nix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1680698112, - "narHash": "sha256-FgnobN/DvCjEsc0UAZEAdPLkL4IZi2ZMnu2K2bUaElc=", - "owner": "davhau", - "repo": "drv-parts", - "rev": "e8c2ec1157dc1edb002989669a0dbd935f430201", - "type": "github" - }, - "original": { - "owner": "davhau", - "repo": "drv-parts", - "type": "github" - } - }, - "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1673956053, - "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-parts": { - "inputs": { - "nixpkgs-lib": [ - "dream2nix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1675933616, - "narHash": "sha256-/rczJkJHtx16IFxMmAWu5nNYcSXNg1YYXTHoGjLrLUA=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "47478a4a003e745402acf63be7f9a092d51b83d7", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, - "flake-utils-pre-commit": { - "locked": { - "lastModified": 1644229661, - "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "ghc-utils": { - "flake": false, - "locked": { - "lastModified": 1662774800, - "narHash": "sha256-1Rd2eohGUw/s1tfvkepeYpg8kCEXiIot0RijapUjAkE=", - "ref": "refs/heads/master", - "rev": "bb3a2d3dc52ff0253fb9c2812bd7aa2da03e0fea", - "revCount": 1072, - "type": "git", - "url": "https://gitlab.haskell.org/bgamari/ghc-utils" - }, - "original": { - "type": "git", - "url": "https://gitlab.haskell.org/bgamari/ghc-utils" - } - }, - "gomod2nix": { - "flake": false, - "locked": { - "lastModified": 1627572165, - "narHash": "sha256-MFpwnkvQpauj799b4QTBJQFEddbD02+Ln5k92QyHOSk=", - "owner": "tweag", - "repo": "gomod2nix", - "rev": "67f22dd738d092c6ba88e420350ada0ed4992ae8", - "type": "github" - }, - "original": { - "owner": "tweag", - "repo": "gomod2nix", - "type": "github" - } - }, - "mach-nix": { - "flake": false, - "locked": { - "lastModified": 1634711045, - "narHash": "sha256-m5A2Ty88NChLyFhXucECj6+AuiMZPHXNbw+9Kcs7F6Y=", - "owner": "DavHau", - "repo": "mach-nix", - "rev": "4433f74a97b94b596fa6cd9b9c0402104aceef5d", - "type": "github" - }, - "original": { - "id": "mach-nix", - "type": "indirect" - } - }, - "nix-pypi-fetcher": { - "flake": false, - "locked": { - "lastModified": 1669065297, - "narHash": "sha256-UStjXjNIuIm7SzMOWvuYWIHBkPUKQ8Id63BMJjnIDoA=", - "owner": "DavHau", - "repo": "nix-pypi-fetcher", - "rev": "a9885ac6a091576b5195d547ac743d45a2a615ac", - "type": "github" - }, - "original": { - "owner": "DavHau", - "repo": "nix-pypi-fetcher", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1665580254, - "narHash": "sha256-hO61XPkp1Hphl4HGNzj1VvDH5URt7LI6LaY/385Eul4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "f634d427b0224a5f531ea5aa10c3960ba6ec5f0f", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-unstable", - "type": "indirect" - } - }, - "nixpkgsV1": { - "locked": { - "lastModified": 1686501370, - "narHash": "sha256-G0WuM9fqTPRc2URKP9Lgi5nhZMqsfHGrdEbrLvAPJcg=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "75a5ebf473cd60148ba9aec0d219f72e5cf52519", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-unstable", - "type": "indirect" - } - }, - "poetry2nix": { - "flake": false, - "locked": { - "lastModified": 1666918719, - "narHash": "sha256-BkK42fjAku+2WgCOv2/1NrPa754eQPV7gPBmoKQBWlc=", - "owner": "nix-community", - "repo": "poetry2nix", - "rev": "289efb187123656a116b915206e66852f038720e", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "1.36.0", - "repo": "poetry2nix", - "type": "github" - } - }, - "pre-commit-hooks": { - "inputs": { - "flake-utils": [ - "dream2nix", - "flake-utils-pre-commit" - ], - "nixpkgs": [ - "dream2nix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1646153636, - "narHash": "sha256-AlWHMzK+xJ1mG267FdT8dCq/HvLCA6jwmx2ZUy5O8tY=", - "owner": "cachix", - "repo": "pre-commit-hooks.nix", - "rev": "b6bc0b21e1617e2b07d8205e7fae7224036dfa4b", - "type": "github" - }, - "original": { - "owner": "cachix", - "repo": "pre-commit-hooks.nix", - "type": "github" - } - }, - "pruned-racket-catalog": { - "flake": false, - "locked": { - "lastModified": 1672537287, - "narHash": "sha256-SuOvXVcLfakw18oJB/PuRMyvGyGG1+CQD3R+TGHIv44=", - "owner": "nix-community", - "repo": "pruned-racket-catalog", - "rev": "c8b89557fb53b36efa2ee48a769c7364df0f6262", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "catalog", - "repo": "pruned-racket-catalog", - "type": "github" - } - }, - "root": { - "inputs": { - "dream2nix": "dream2nix" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/source-flake/dream2nix/flake.nix b/source-flake/dream2nix/flake.nix deleted file mode 100644 index ce7e2ae32..000000000 --- a/source-flake/dream2nix/flake.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ - inputs.dream2nix.url = "github:nix-community/dream2nix/6b750b01385718a6a84231d3c5451308978fa7de"; - outputs = x: { }; -} diff --git a/source-flake/easy-purescript-nix/flake.lock b/source-flake/easy-purescript-nix/flake.lock deleted file mode 100644 index 850fae850..000000000 --- a/source-flake/easy-purescript-nix/flake.lock +++ /dev/null @@ -1,28 +0,0 @@ -{ - "nodes": { - "easy-purescript-nix": { - "flake": false, - "locked": { - "lastModified": 1663848878, - "narHash": "sha256-PDWH6PAfaxuEROqVXRfLoXgsYkBnBJPM3hhBIAnTdk8=", - "owner": "justinwoo", - "repo": "easy-purescript-nix", - "rev": "3d8b602e80c0fa7d97d7f03cb8e2f8b06967d509", - "type": "github" - }, - "original": { - "owner": "justinwoo", - "repo": "easy-purescript-nix", - "rev": "3d8b602e80c0fa7d97d7f03cb8e2f8b06967d509", - "type": "github" - } - }, - "root": { - "inputs": { - "easy-purescript-nix": "easy-purescript-nix" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/source-flake/easy-purescript-nix/flake.nix b/source-flake/easy-purescript-nix/flake.nix deleted file mode 100644 index 2f24c8792..000000000 --- a/source-flake/easy-purescript-nix/flake.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - inputs.easy-purescript-nix = { - url = "github:justinwoo/easy-purescript-nix/3d8b602e80c0fa7d97d7f03cb8e2f8b06967d509"; - flake = false; - }; - outputs = x: { }; -} diff --git a/source-flake/gitignore/flake.lock b/source-flake/gitignore/flake.lock deleted file mode 100644 index c47e55444..000000000 --- a/source-flake/gitignore/flake.lock +++ /dev/null @@ -1,70 +0,0 @@ -{ - "nodes": { - "gitignore": { - "inputs": { - "nixpkgs": [ - "nixpkgs_", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1660459072, - "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=", - "owner": "hercules-ci", - "repo": "gitignore.nix", - "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "gitignore.nix", - "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1685894048, - "narHash": "sha256-QKqv1QS+22k9oxncj1AnAxeqS5jGnQiUW3Jq3B+dI1w=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "2e56a850786211972d99d2bb39665a9b5a1801d6", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "2e56a850786211972d99d2bb39665a9b5a1801d6", - "type": "github" - } - }, - "nixpkgs_": { - "inputs": { - "nixpkgs": "nixpkgs" - }, - "locked": { - "dir": "source-flake/nixpkgs", - "lastModified": 1687684794, - "narHash": "sha256-2g1ykzuZJRqx3fttzA/bUP9Y15wQ9nkzXLnHEZvxYH4=", - "owner": "deemp", - "repo": "flakes", - "rev": "d70a69615a748991f2be61eef06f926c53321c93", - "type": "github" - }, - "original": { - "dir": "source-flake/nixpkgs", - "owner": "deemp", - "repo": "flakes", - "type": "github" - } - }, - "root": { - "inputs": { - "gitignore": "gitignore", - "nixpkgs_": "nixpkgs_" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/source-flake/gitignore/flake.nix b/source-flake/gitignore/flake.nix deleted file mode 100644 index f582b69b6..000000000 --- a/source-flake/gitignore/flake.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ - inputs = { - nixpkgs_.url = "github:deemp/flakes?dir=source-flake/nixpkgs"; - gitignore = { - url = "github:hercules-ci/gitignore.nix/a20de23b925fd8264fd7fad6454652e142fd7f73"; - inputs.nixpkgs.follows = "nixpkgs_/nixpkgs"; - }; - }; - outputs = x: { }; -} diff --git a/source-flake/haskell-language-server/flake.lock b/source-flake/haskell-language-server/flake.lock deleted file mode 100644 index 81aa524ed..000000000 --- a/source-flake/haskell-language-server/flake.lock +++ /dev/null @@ -1,161 +0,0 @@ -{ - "nodes": { - "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1668681692, - "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "009399224d5e398d03b22badca40a37ac85412a1", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-utils": { - "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "ghc-lib-parser-94": { - "flake": false, - "locked": { - "narHash": "sha256-WElfrJexd0VciSYe0T23s/5pxpOQzKhMn0z5zxa0Ax0=", - "type": "tarball", - "url": "https://hackage.haskell.org/package/ghc-lib-parser-9.4.4.20221225/ghc-lib-parser-9.4.4.20221225.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://hackage.haskell.org/package/ghc-lib-parser-9.4.4.20221225/ghc-lib-parser-9.4.4.20221225.tar.gz" - } - }, - "gitignore": { - "flake": false, - "locked": { - "lastModified": 1660459072, - "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=", - "owner": "hercules-ci", - "repo": "gitignore.nix", - "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "gitignore.nix", - "type": "github" - } - }, - "haskell-language-server": { - "inputs": { - "flake-compat": "flake-compat", - "flake-utils": "flake-utils", - "ghc-lib-parser-94": "ghc-lib-parser-94", - "gitignore": "gitignore", - "hlint-35": "hlint-35", - "nixpkgs": "nixpkgs", - "ormolu-052": "ormolu-052", - "ptr-poker": "ptr-poker", - "stylish-haskell": "stylish-haskell" - }, - "locked": { - "lastModified": 1677578206, - "narHash": "sha256-ZjDDDT9flWauU25FoWEzXFE8//CJY+vrZ12qcsB3djw=", - "owner": "haskell", - "repo": "haskell-language-server", - "rev": "f8e954eb068f6305bec8d32bb5e58c2852100c92", - "type": "github" - }, - "original": { - "owner": "haskell", - "repo": "haskell-language-server", - "rev": "f8e954eb068f6305bec8d32bb5e58c2852100c92", - "type": "github" - } - }, - "hlint-35": { - "flake": false, - "locked": { - "narHash": "sha256-qQNUlQQnahUGEO92Lm0RwjTGBGr2Yaw0KRuFRMoc5No=", - "type": "tarball", - "url": "https://hackage.haskell.org/package/hlint-3.5/hlint-3.5.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://hackage.haskell.org/package/hlint-3.5/hlint-3.5.tar.gz" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1676928847, - "narHash": "sha256-FIqk+DHRICsWozlOdRxOXO/g9hCqjPYpmr8wQGrpUCA=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "5ab8b5ae26e6a4b781bdebdfd131c054f0b96e70", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "ormolu-052": { - "flake": false, - "locked": { - "narHash": "sha256-H7eqId488RBRxcf7flgJefAZmRgFJASJva+Oy7GG4q4=", - "type": "tarball", - "url": "https://hackage.haskell.org/package/ormolu-0.5.2.0/ormolu-0.5.2.0.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://hackage.haskell.org/package/ormolu-0.5.2.0/ormolu-0.5.2.0.tar.gz" - } - }, - "ptr-poker": { - "flake": false, - "locked": { - "narHash": "sha256-ll3wuUjkhTE8Grcs8LfGpdiuyobrSBmwgjqPOTlrPac=", - "type": "tarball", - "url": "https://hackage.haskell.org/package/ptr-poker-0.1.2.8/ptr-poker-0.1.2.8.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://hackage.haskell.org/package/ptr-poker-0.1.2.8/ptr-poker-0.1.2.8.tar.gz" - } - }, - "root": { - "inputs": { - "haskell-language-server": "haskell-language-server" - } - }, - "stylish-haskell": { - "flake": false, - "locked": { - "narHash": "sha256-493M/S38dad82mA04l98xK50WPfue618TIln+7hE7VM=", - "type": "tarball", - "url": "https://hackage.haskell.org/package/stylish-haskell-0.14.4.0/stylish-haskell-0.14.4.0.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://hackage.haskell.org/package/stylish-haskell-0.14.4.0/stylish-haskell-0.14.4.0.tar.gz" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/source-flake/haskell-language-server/flake.nix b/source-flake/haskell-language-server/flake.nix deleted file mode 100644 index a845d40f3..000000000 --- a/source-flake/haskell-language-server/flake.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ - inputs.haskell-language-server.url = "github:haskell/haskell-language-server/f8e954eb068f6305bec8d32bb5e58c2852100c92"; - outputs = x: { }; -} diff --git a/source-flake/pandoc/flake.lock b/source-flake/pandoc/flake.lock deleted file mode 100644 index ce1e37543..000000000 --- a/source-flake/pandoc/flake.lock +++ /dev/null @@ -1,28 +0,0 @@ -{ - "nodes": { - "pandoc": { - "flake": false, - "locked": { - "lastModified": 1668624125, - "narHash": "sha256-MwE1p5/CpyUkt1/GKng7tpVhicnGQrfbn1PqQU4KIvQ=", - "owner": "jgm", - "repo": "pandoc", - "rev": "202eacb6860967e6c74e8bc73eb8a4a677748243", - "type": "github" - }, - "original": { - "owner": "jgm", - "repo": "pandoc", - "rev": "202eacb6860967e6c74e8bc73eb8a4a677748243", - "type": "github" - } - }, - "root": { - "inputs": { - "pandoc": "pandoc" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/source-flake/pandoc/flake.nix b/source-flake/pandoc/flake.nix deleted file mode 100644 index 4ae4c709e..000000000 --- a/source-flake/pandoc/flake.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ - inputs = { - pandoc = { - url = "github:jgm/pandoc/202eacb6860967e6c74e8bc73eb8a4a677748243"; - flake = false; - }; - }; - outputs = x: { }; -}