Skip to content

Commit

Permalink
Migrate flake to unstable channel, and upate lock accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Apr 4, 2024
1 parent 055522f commit b60124a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
32 changes: 25 additions & 7 deletions flake.lock

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

6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
description = "cross-platform terminal-based termux-oriented file manager.";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
utils.url = "github:numtide/flake-utils";
};

outputs = { self, nixpkgs, utils } @inputs:
outputs = { self, nixpkgs, utils }:
utils.lib.eachDefaultSystem (system:
with import nixpkgs { inherit system; }; {
devShells.default = mkShell {
Expand Down

0 comments on commit b60124a

Please sign in to comment.