aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-09-18 10:21:40 -0700
committerFranck Cuny <franck@fcuny.net>2022-09-18 10:27:43 -0700
commita29eda084fc0a3b2718776db14efe9ccdb26588d (patch)
treeb1ac73dd32d916bbcfb6c0036c7069b7b57eb9b1 /flake.lock
parentref(flake): remove pre-commit for golang (diff)
downloadinfra-a29eda084fc0a3b2718776db14efe9ccdb26588d.tar.gz
ref(flake): drop naersk for now
I'll go and refactor correctly and properly the support for rust packages, this is not working and I'm doing something stupid.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock33
1 files changed, 1 insertions, 32 deletions
diff --git a/flake.lock b/flake.lock
index b6f534b..3d07120 100644
--- a/flake.lock
+++ b/flake.lock
@@ -105,24 +105,6 @@
"type": "github"
}
},
- "naersk": {
- "inputs": {
- "nixpkgs": "nixpkgs_2"
- },
- "locked": {
- "lastModified": 1662220400,
- "narHash": "sha256-9o2OGQqu4xyLZP9K6kNe1pTHnyPz0Wr3raGYnr9AIgY=",
- "owner": "nix-community",
- "repo": "naersk",
- "rev": "6944160c19cb591eb85bbf9b2f2768a935623ed3",
- "type": "github"
- },
- "original": {
- "owner": "nix-community",
- "repo": "naersk",
- "type": "github"
- }
- },
"nixpkgs": {
"locked": {
"lastModified": 0,
@@ -153,18 +135,6 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 0,
- "narHash": "sha256-/l1HI2tFLihda6yh+j848GlRDVUiSJPr+yzA7ip8Z84=",
- "path": "/nix/store/wi84fkkl5lq0bmf7c1jycax5vrw7fl6s-source",
- "type": "path"
- },
- "original": {
- "id": "nixpkgs",
- "type": "indirect"
- }
- },
- "nixpkgs_3": {
- "locked": {
"lastModified": 1658355931,
"narHash": "sha256-/l1HI2tFLihda6yh+j848GlRDVUiSJPr+yzA7ip8Z84=",
"owner": "nixos",
@@ -224,8 +194,7 @@
"emacs-overlay": "emacs-overlay",
"futils": "futils",
"home-manager": "home-manager",
- "naersk": "naersk",
- "nixpkgs": "nixpkgs_3",
+ "nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
"pre-commit-hooks": "pre-commit-hooks",