nix flake update

This commit is contained in:
Luc Perkins 2022-08-05 11:10:37 +02:00
parent cc34708348
commit 6236bff7a2
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
25 changed files with 168 additions and 158 deletions

12
elixir/flake.lock generated
View file

@ -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": {

View file

@ -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 = ''