nix flake update
This commit is contained in:
parent
cc34708348
commit
6236bff7a2
25 changed files with 168 additions and 158 deletions
12
elixir/flake.lock
generated
12
elixir/flake.lock
generated
|
@ -6,11 +6,11 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1659544601,
|
||||
"narHash": "sha256-GzLqsGvycX3HLFm/6T40xrYxjyq8EE7Y+8MH7lQdy7Y=",
|
||||
"lastModified": 1659689672,
|
||||
"narHash": "sha256-4hp7sbX+3QbswCew7aN3OMOFO1je6jeynF7Hrq/YzVE=",
|
||||
"owner": "the-nix-way",
|
||||
"repo": "dev-templates",
|
||||
"rev": "2016ba8ae94fb2cd181f8fd4bec6a4175c57654d",
|
||||
"rev": "cc3470834889896346f5a9b13d8a37699af739e6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -36,11 +36,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1659542688,
|
||||
"narHash": "sha256-7Ye59iW/DUWb8PzptEqdyYPlv6y+IhqKecaoZl3q68A=",
|
||||
"lastModified": 1659689094,
|
||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "81094ccd6a0aa13ed176c815a60c4e25b49f072d",
|
||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
pkgs = import nixpkgs { inherit system; };
|
||||
|
||||
inherit (pkgs)
|
||||
darwin gigalixir inotify-tools libnotify mkShell nodejs-18_x
|
||||
darwin gigalixir inotify-tools libnotify mkShell
|
||||
terminal-notifier;
|
||||
inherit (pkgs.beam.packages.erlangR25) elixir elixir_ls;
|
||||
inherit (pkgs.darwin.apple_sdk.frameworks) CoreFoundation CoreServices;
|
||||
|
@ -23,7 +23,7 @@
|
|||
in {
|
||||
devShells = {
|
||||
default = mkShell {
|
||||
buildInputs = [ elixir elixir_ls nodejs-18_x ] ++ linuxDeps
|
||||
buildInputs = [ elixir elixir_ls ] ++ linuxDeps
|
||||
++ darwinDeps;
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue