Skip to content

Commit 4c7c101

Browse files
committed
chore: update devenv configuration and project naming
1 parent cb80ccc commit 4c7c101

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

devenv.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
{ pkgs, lib, config, inputs, ... }:
12

23
let
34
pkgs-stable = import inputs.nixpkgs-stable { system = pkgs.stdenv.system; };
45
pkgs-unstable = import inputs.nixpkgs-unstable { system = pkgs.stdenv.system; };
56
in
67
{
7-
env.GREET = "Phoenix Session Process";
8+
env.GREET = "Phoenix SessionProcess";
89

910
packages = [
1011
pkgs-stable.git

devenv.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ inputs:
77
nixpkgs-unstable:
88
url: github:nixos/nixpkgs/nixpkgs-unstable
99

10+
1011
# If you're using non-OSS software, you can set allowUnfree to true.
1112
allowUnfree: true
1213

0 commit comments

Comments
 (0)