Skip to content

Commit

Permalink
Merge pull request #488 from nix-community/dev-inputs
Browse files Browse the repository at this point in the history
dev/private/flake: add nixpkgs-dev input
  • Loading branch information
Mic92 authored Aug 25, 2024
2 parents 9810f43 + 88ac302 commit 0af64f2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev/private.narHash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256-0I0qqgz3Ec+tkr1ZRO9f1tMNuZ24DSSFZwWFjwld6tw=
sha256-+VposzihPwYxnFr+6QYagW6B7xIH8txv0iNQQfo2bbU=
17 changes: 10 additions & 7 deletions dev/private/flake.lock

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

6 changes: 5 additions & 1 deletion dev/private/flake.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
description = "srvos private inputs";

# follows the same channel as nixpkgs in the main flake
inputs.nixpkgs-dev.url = "github:NixOS/nixpkgs/nixos-unstable-small";

inputs.nixos-stable.url = "github:NixOS/nixpkgs/nixos-24.05";

inputs.nix-darwin.url = "github:LnL7/nix-darwin";
inputs.nix-darwin.inputs.nixpkgs.follows = "";

inputs.mkdocs-numtide.url = "github:numtide/mkdocs-numtide";
inputs.mkdocs-numtide.inputs.nixpkgs.follows = "nixpkgs-dev";

inputs.treefmt-nix.url = "github:numtide/treefmt-nix";
inputs.treefmt-nix.inputs.nixpkgs.follows = "";
Expand All @@ -17,7 +21,7 @@
inputs.pre-commit-hooks-nix.inputs.nixpkgs-stable.follows = "";

inputs.flake-parts.url = "github:hercules-ci/flake-parts";
inputs.flake-parts.inputs.nixpkgs-lib.follows = "nixos-stable";
inputs.flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs-dev";

inputs.flake-compat.url = "github:nix-community/flake-compat";

Expand Down

0 comments on commit 0af64f2

Please sign in to comment.