Skip to content

Commit

Permalink
switch to nixos-stable channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgeering committed Mar 12, 2024
1 parent ee50cae commit b19d3ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
18 changes: 8 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
description = "Flake to manage elixir project";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
# see https://zero-to-nix.com/concepts/flakes

# nixpkgs-unstable
# nixpkgs.url = "nixpkgs";
# when something is broken in nixpkgs-unstable we can fallback to latest nixos- stable
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/*.tar.gz";
# or maybe a certain version
# nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2311.*.tar.gz";
# which should be the same as
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";

flake-utils.url = "github:numtide/flake-utils";
};

Expand Down

0 comments on commit b19d3ba

Please sign in to comment.