1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-16 05:28:15 +00:00

update nixpkgs

This commit is contained in:
Jörg Thalheim 2020-11-08 14:23:58 +01:00
parent 412ba17f0d
commit 24b4b6bbf9
No known key found for this signature in database
GPG key ID: 003F2096411B5F92
2 changed files with 8 additions and 5 deletions

12
flake.lock generated
View file

@ -2,16 +2,18 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1596792298, "lastModified": 1604350474,
"narHash": "sha256-DM1fPvyRKneMihzALrguof78FxzBfRw243EFggkpog0=", "narHash": "sha256-zz0g0YmgJJqSd9032LWJAjHUeEIgvbXVoN2y8SCBQ9I=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "585aa266d36fc6cc5f300d6f0696f89168f38c3c", "rev": "0da76dab4c2acce5ebf404c400d38ad95c52b152",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"type": "indirect" "ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {

View file

@ -1,5 +1,6 @@
{ {
description = "Integrates sops into nixos"; description = "Integrates sops into nixos";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
outputs = { self, nixpkgs }: let outputs = { self, nixpkgs }: let
systems = [ systems = [
"x86_64-linux" "x86_64-linux"